This is a backend-only REST API. Anyone is free to build a frontend (web or mobile) on top of it.
Base URL: http://localhost:8080
Endpoints:
- GET /todos
- POST /todos
- PUT /todos/{id}
- DELETE /todos/{id}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a backend-only REST API. Anyone is free to build a frontend (web or mobile) on top of it.
Base URL: http://localhost:8080
Endpoints: