command
module
Version:
v0.0.0-...-8c9c5ac
Opens a new window with list of versions in this module.
Published: Feb 22, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
todo-list-api : Link
API Endpoints :
-
GET
-
/list/
Output : Welcome to the Todo-List-API :)
-
Get All Tasks :
/list/tasks
-
Get a Single Task : (Just Replace :id
with the Task ID you want to get)
/list/task/:id
-
POST
-
Add a Task :
/list/add_task
-
PATCH / UPDATE
-
Update any Task : (Just Replace :id
with the Task ID you want to UPDATE)
/list/update_task/:id
-
DELETE
-
Delete any Task : (Just Replace :id
with the Task ID you want to DELETE)
/list/delete_task/:id
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.