An open API service indexing awesome lists of open source software.

https://github.com/panarch/devops-todo-practice

worker-todo-test
https://github.com/panarch/devops-todo-practice

Last synced: 6 months ago
JSON representation

worker-todo-test

Awesome Lists containing this project

README

          

# devops-todo-practice
worker-todo-test222

## Endpoints

- `GET /add?content=`: Add a todo item (with an autogenerated `id`) and return the updated list.
- `GET /list`: Retrieve all todo items.
- `GET /migrate`: Assign an `id` to items missing one and return the updated list.
- `GET /delete?id=`: Delete a todo item by `id` and return the updated list.