Newdo
The API driving the Newdo app at http://newdo.herokuapp.com: a simple app for sharable todo lists.
81 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Newdo endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get All Items /list/{listid}/items |
Get all items in a given list. |
| POST |
Create New Item /list/{listid}/items |
Create a new item in the given list. |
| PATCH |
Mark Done /list/{listid}/items/{itemid} |
Marks the specified todo done. |
| POST |
Update Item /list/{listid}/items/{itemid} |
Update the specified item. |
| DELETE |
Delete Item /list/{listid}/items/{itemid} |
Delete an item from a list. |
| GET |
Get Item /list/{listid}/items/{itemid} |
Get a specified item from a specified list. |
| GET |
Search /list/{listid}/search/{searchstring} |
Search for an item in a list. |
Newdo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|