Todo
A simple TODO API
91 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Todo endpoints
| Method | Endpoint | Description |
|---|---|---|
| todos | ||
| PUT |
put_todo /todos/{todo_id} |
Update a given resource |
| DELETE |
delete_todo /todos/{todo_id} |
Delete a given resource |
| GET |
get_todo_list /todos/ |
List all todos |
| GET |
get_todo /todos/{todo_id} |
todo_id should be in todo1, todo3, todo2 |
| POST |
post_todo_list /todos/ |
Create a todo |
Todo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|