Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apteryxxyz/todo-list-api
NZMSA 2022 Phase 2 Backend
https://github.com/apteryxxyz/todo-list-api
Last synced: 3 days ago
JSON representation
NZMSA 2022 Phase 2 Backend
- Host: GitHub
- URL: https://github.com/apteryxxyz/todo-list-api
- Owner: apteryxxyz
- Created: 2022-07-31T06:22:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T05:47:33.000Z (over 2 years ago)
- Last Synced: 2024-11-11T23:58:38.152Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO List API
## Usage
Once started and Swagger has opened in your browser, you should see this:
![Swagger UI](https://i.ibb.co/0tkL9Zw/Backend.png)
The first endpoint you would want to use is labelled `[ PUT ] /api/lists`. Enter a name for your todo list then press `Execute`. In the response body will be a list ID (`id`) and a key (`key`). You can then use those two strings to use the remaining endpoints.