Examples
Parameters
enum<string>
required
Type of HTTP method to use. One of:
read: forGETrequestswrite: forPOST,PUT,DELETErequests
enum<string>
required
HTTP method to send with the query. One of:
GET, POST, PUT, DELETE.string
required
The path of the API endpoint to call, as exposed in the documentation.
object
A mapping of request options to send along with the request.