Constructor
new MetafoldClient(accessToken, projectIDopt, baseURLopt)
Create a client.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
accessToken |
string
|
Metafold API secret key. | |
projectID |
string
|
<optional> |
ID of the project to make API calls against. |
baseURL |
string
|
<optional> |
Metafold API URL. Used for internal testing. |