apiKey |
string
|
|
|
Constructor.io API key |
apiToken |
string
|
<optional>
|
|
Constructor.io API token - Should only be supplied when utilizing the `catalog` module and should be treated as sensitive information |
securityToken |
string
|
<optional>
|
|
Constructor security token |
serviceUrl |
string
|
<optional>
|
'https://ac.cnstrc.com'
|
API URL endpoint |
fetch |
function
|
<optional>
|
|
If supplied, will be utilized for requests rather than default Fetch API |
networkParameters |
object
|
<optional>
|
|
Parameters relevant to network requests
Properties
Name |
Type |
Attributes |
Description |
timeout |
number
|
<optional>
|
Request timeout (in milliseconds) - may be overridden within individual method calls |
|