Interface IRequestOptions
Hierarchy
- IRequestOptions
Properties
Optional auth
auth?: string
Optional data
data?: any
JSON payload data for supported http methods
Optional headers
custom headers to be included as part of request headers
Optional method
http method, use HTTP_METHOD enum
Optional path
path?: string
path of an endpoint eg: '/programs', '/chat-rooms/
Optional query Params
query params to be added to the request url (or path)
Optional url
url?: string
complete endpoint url
Generated using TypeDoc

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