The following parameters are configurable for the API Client:
Parameter | Type | Description |
---|---|---|
timeout |
number |
Timeout for API calls. Default: 0 |
authorization |
string |
Auth Header. Replace {x-auth-key} with your API Key. |
The API client can be initialized as follows:
const client = new Client({
timeout: 0,
authorization: 'Authorization',
})
The gateway for the SDK. This class acts as a factory for the Controllers and also holds the configuration of the SDK.
Name | Description |
---|---|
apisManagement | Gets ApisManagementController |
codeGenerationImportedApis | Gets CodeGenerationImportedApisController |
codeGenerationExternalApis | Gets CodeGenerationExternalApisController |
transformation | Gets TransformationController |
docsPortalManagement | Gets DocsPortalManagementController |
aPIValidationImportedApis | Gets APIValidationImportedApisController |
aPIValidationExternalApis | Gets APIValidationExternalApisController |
packageDeployment | Gets PackageDeploymentController |