Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

export
interface

IOptions

Hierarchy

  • IOptions

Index

Properties

Properties

Optional baseUrl

baseUrl: string

Base API url (optional)

type

{string}

memberof

IOptions

Optional retry

retry: number

Number of retry attempts (optional)

type

{number}

memberof

IOptions

Optional timeout

timeout: number

Allowed timeout for request in milliseconds. (optional)

type

{number}

memberof

IOptions

token

token: string

Access token (required)

type

{string}

memberof

IOptions

Generated using TypeDoc