Interface RESTOptions

The options for the REST manager.

Hierarchy

  • RESTOptions

Properties

maxRetries?: number

The maximum number of retry attempts.

proxyUrl?: string

The proxy URL of the REST API.

retryInterval?: number

The interval to wait between retries.

token?: string

The auth token for the REST API.

version?: number

The version of the REST API.