Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 429 Bytes

api-response.md

File metadata and controls

15 lines (10 loc) · 429 Bytes

ApiResponse

An interface for the result of an API call.

Properties

Name Type Description
request HttpRequest Original request that resulted in this response.
statusCode number Response status codee.
headers Record<string, string> Response headers.
result T Response data.
body string | Blob | NodeJS.ReadableStream Original body from the response.