Todo API Demo

Interactive REST API demonstration using Genes Framework

Create Todo

API Endpoints

GET /todos

List all todos

GET /todos/:id

Get single todo

POST /todos

Create new todo

PUT /todos/:id

Update todo

DELETE /todos/:id

Delete todo

Your Todos

Loading todos...

API Response Log