ConnectClient provides access to resouce endpoints of the Cloud Blue Connect Platform.
Kind: global class
Category: Base  
AccountResourceAssetResourceBillingRequestResourceConversationResourceProductResourceRequestResourceHubResourceRecurringAssetResourceTierAccountResourceTierAccountRequestResourceTierConfigResourceTierConfigRequestResourceWebhookResourceListingRequestResourceCaseResourceCreates 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. | 
AccountResourceReturns an instance of the AccountResource class to access
the Account resource endpoint.
Kind: instance property of ConnectClient
AssetResourceReturns an instance of the AssetResource class to access
the Asset resource endpoint.
Kind: instance property of ConnectClient
BillingRequestResourceReturns an instance of the BillingRequestResource class to access
the BillingRequest resource endpoint.
Kind: instance property of ConnectClient
ConversationResourceReturns an instance of the ConversationResource class to access
the Conversation resource endpoint.
Kind: instance property of ConnectClient
ProductResourceReturns an instance of the ProductResource class to access
the Product resource endpoint.
Kind: instance property of ConnectClient
RequestResourceReturns an instance of the RequestResource class to access
the Request resource endpoint.
Kind: instance property of ConnectClient
HubResourceReturns an instance of the HubResource class to access
the Hub resource endpoint.
Kind: instance property of ConnectClient
RecurringAssetResourceReturns an instance of the RecurringAssetResource class to access
the RecurringAsset resource endpoint.
Kind: instance property of ConnectClient
TierAccountResourceReturns an instance of the TierAccountResource class to access
the TierAccount resource endpoint.
Kind: instance property of ConnectClient
TierAccountRequestResourceReturns an instance of the TierAccountRequestResource class to access
the TierAccountRequest resource endpoint.
Kind: instance property of ConnectClient
TierConfigResourceReturns an instance of the TierConfigResource class to access
the TierConfiguration resource endpoint.
Kind: instance property of ConnectClient
TierConfigRequestResourceReturns an instance of the TierConfigRequestResource class to access
the TierConfigurationRequest resource endpoint.
Kind: instance property of ConnectClient
WebhookResourceReturns an instance of the WebhookResource class to access
the Webhook resource endpoint.
Kind: instance property of ConnectClient
ListingRequestResourceReturns an instance of the ListingRequestResource class to access
the ListingRequest resource endpoint.
Kind: instance property of ConnectClient
CaseResourceReturns an instance of the CaseResource class to access
the HelpdesCase resource endpoint.
Kind: instance property of ConnectClient