Class: Call
Class: Call
Section titled “Class: Call”Defined in: packages/grabkit/src/Call.ts:32
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Call(
endpoint,baseURL?):Call
Defined in: packages/grabkit/src/Call.ts:36
Parameters
Section titled “Parameters”endpoint
Section titled “endpoint”`GET https://${string}` | `GET http://${string}` | `GET /${string}` | `HEAD https://${string}` | `HEAD http://${string}` | `HEAD /${string}` | `POST https://${string}` | `POST http://${string}` | `POST /${string}` | `PUT https://${string}` | `PUT http://${string}` | `PUT /${string}` | `DELETE https://${string}` | `DELETE http://${string}` | `DELETE /${string}` | `CONNECT https://${string}` | `CONNECT http://${string}` | `CONNECT /${string}` | `OPTIONS https://${string}` | `OPTIONS http://${string}` | `OPTIONS /${string}` | `TRACE https://${string}` | `TRACE http://${string}` | `TRACE /${string}` | `PATCH https://${string}` | `PATCH http://${string}` | `PATCH /${string}`
baseURL?
Section titled “baseURL?”string
Returns
Section titled “Returns”Call
Methods
Section titled “Methods”send()
Section titled “send()”send(
__namedParameters):Promise<SendOutcome>
Defined in: packages/grabkit/src/Call.ts:63
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”SendOptions
Returns
Section titled “Returns”Promise<SendOutcome>