Interface IUpdatesOptions

interface IUpdatesOptions {
    agent?: Agent;
    api: API;
    pollingGroupId?: number;
    pollingRetryLimit: number;
    pollingWait: number;
    upload: Upload;
    webhookConfirmation?: string;
    webhookSecret?: string;
}

Properties

agent?: Agent
api: API
pollingGroupId?: number

Group ID for polling

pollingRetryLimit: number

The number of retries at calling

Default Value

3

pollingWait: number

Time to wait before re-querying

Default Value

3000

upload: Upload
webhookConfirmation?: string

Webhook confirmation key

webhookSecret?: string

Webhook secret key

Generated using TypeDoc