HTTP Method
The HTTP method of an endpoint specifies the action it takes on a given resource. Common HTTP methods include GET, POST, DELETE, and PATCH. Taffrail's API endpoints rely solely on the GET
and POST
methods. Each endpoint specifies which method to use.
For this documentation, the examples use HTTP GET
.
Updated 6 months ago