ConnectClient provides access to resouce endpoints of the Cloud Blue Connect Platform.
Kind: global class
Category: Base
AccountResource
AssetResource
BillingRequestResource
ConversationResource
ProductResource
RequestResource
HubResource
RecurringAssetResource
TierAccountResource
TierAccountRequestResource
TierConfigResource
TierConfigRequestResource
WebhookResource
ListingRequestResource
CaseResource
Creates a new instance of the Cloud Blue ConnectClient class.
Configures the beforeRequest hooks to inject the API key in the Authorizaton header
and prefixes the url with the API’s base url.
Returns: ConnectClient
– An instance of the ConnectClient class.
Param | Type | Description |
---|---|---|
endpoint | string |
The base URL for API access. |
apiKey | string |
The API key to authenticate with Connect. |
adapter | AbstractHttpAdapter |
An optional adapter. |
AccountResource
Returns an instance of the AccountResource class to access
the Account resource endpoint.
Kind: instance property of ConnectClient
AssetResource
Returns an instance of the AssetResource class to access
the Asset resource endpoint.
Kind: instance property of ConnectClient
BillingRequestResource
Returns an instance of the BillingRequestResource class to access
the BillingRequest resource endpoint.
Kind: instance property of ConnectClient
ConversationResource
Returns an instance of the ConversationResource class to access
the Conversation resource endpoint.
Kind: instance property of ConnectClient
ProductResource
Returns an instance of the ProductResource class to access
the Product resource endpoint.
Kind: instance property of ConnectClient
RequestResource
Returns an instance of the RequestResource class to access
the Request resource endpoint.
Kind: instance property of ConnectClient
HubResource
Returns an instance of the HubResource class to access
the Hub resource endpoint.
Kind: instance property of ConnectClient
RecurringAssetResource
Returns an instance of the RecurringAssetResource class to access
the RecurringAsset resource endpoint.
Kind: instance property of ConnectClient
TierAccountResource
Returns an instance of the TierAccountResource class to access
the TierAccount resource endpoint.
Kind: instance property of ConnectClient
TierAccountRequestResource
Returns an instance of the TierAccountRequestResource class to access
the TierAccountRequest resource endpoint.
Kind: instance property of ConnectClient
TierConfigResource
Returns an instance of the TierConfigResource class to access
the TierConfiguration resource endpoint.
Kind: instance property of ConnectClient
TierConfigRequestResource
Returns an instance of the TierConfigRequestResource class to access
the TierConfigurationRequest resource endpoint.
Kind: instance property of ConnectClient
WebhookResource
Returns an instance of the WebhookResource class to access
the Webhook resource endpoint.
Kind: instance property of ConnectClient
ListingRequestResource
Returns an instance of the ListingRequestResource class to access
the ListingRequest resource endpoint.
Kind: instance property of ConnectClient
CaseResource
Returns an instance of the CaseResource class to access
the HelpdesCase resource endpoint.
Kind: instance property of ConnectClient