Interface IRequestOptions

Hierarchy

  • IRequestOptions

Properties

auth?: string

authorization token, use createUserProfileAccessToken or createPersonalApiAccessToken API for creating authorization token

data?: any

JSON payload data for supported http methods

headers?: IRequestHeaders

custom headers to be included as part of request headers

method?: HTTP_METHOD

http method, use HTTP_METHOD enum

path?: string

path of an endpoint eg: '/programs', '/chat-rooms/'

queryParams?: IRequestQueryParams

query params to be added to the request url (or path)

url?: string

complete endpoint url

Generated using TypeDoc