A type that extends Promise<request.Response>
, so you can use await
keyword directly
in front of the function call to get the response object, as if it is an async function. Of course,
you can also chain other methods to add additional options to the request before sending it.
The response body as JSON object. Losing other metadata in the response.
The response body as JSON object. Losing other metadata in the response.
request options
Returns result as JSON
Generated using TypeDoc
end point url