Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllCampaigns ¶
func GetAllCampaigns(ctx context.Context, apiClient *engagevoice.APIClient, accountID string) ([]engagevoice.Campaign, error)
Types ¶
type ClientAPIs ¶
type ClientAPIs struct { APIClient *engagevoice.APIClient Config *engagevoice.Configuration }
func NewClientAPIs ¶
func NewClientAPIs(apiToken string) ClientAPIs
func NewClientAPIsHTTPClient ¶
func NewClientAPIsHTTPClient(httpClient *http.Client) ClientAPIs
func NewClientAPIsRingCentralPassword ¶
func NewClientAPIsRingCentralPassword(ctx context.Context, rcCredentials []byte) (ClientAPIs, error)
Click to show internal directories.
Click to hide internal directories.