Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Response

A response received from the API

Hierarchy

  • Response

Index

Properties

data: null | string

The received data

headers: IncomingHttpHeaders

Headers received from the API

request: APIRequest

The APIRequest object that instantiated this

status: string

The status message received for this request

statusCode: number

The status code received for this request

Generated using TypeDoc