What API endpoints are available? #42
Answered
by
brutalharsh
techieharsh7
asked this question in
Q&A
-
|
What API endpoints are available? |
Beta Was this translation helpful? Give feedback.
Answered by
brutalharsh
Oct 27, 2025
Replies: 1 comment
-
|
The application provides REST API endpoints for users (GET, POST, DELETE at |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
techieharsh7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The application provides REST API endpoints for users (GET, POST, DELETE at
/api/users), categories (GET, POST, DELETE at/api/categories), and tasks (full CRUD operations at/api/tasksplus completion at/api/tasks/:id/complete).