API Configuration
Quadrata SDK API Configuration
Each API service allows you to pass in a configuration object. All API configuration options are inherited from the QuadrataSdkConfiguration
type at @quadrata/sdk/types
.
Each service will define which configuration options are required and which are optional, but for each service, you must pass in the environment
parameter.
Example
Last updated