todo-list-api

command module
v0.0.0-...-8c9c5ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: MIT Imports: 4 Imported by: 0

README

API Endpoints :

  • GET

    1. /list/ 
      

      Output : Welcome to the Todo-List-API :)

    2. Get All Tasks :

      /list/tasks
      
    3. Get a Single Task : (Just Replace :id with the Task ID you want to get)

      /list/task/:id
      
  • POST

    1. Add a Task :

      /list/add_task
      
  • PATCH / UPDATE

    1. Update any Task : (Just Replace :id with the Task ID you want to UPDATE)

      /list/update_task/:id
      
  • DELETE

    1. Delete any Task : (Just Replace :id with the Task ID you want to DELETE)

      /list/delete_task/:id
      

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL