clee94713 / todo-api-flask

A brief introduction to the Flask todo-api: Restful Web API's

Home Page:https://ishaileshmishra.github.io/portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask: a famous python web framework

A brief introduction to the Flask todo-api

Our tasks resource will use HTTP methods as follows:

  • HTTP Method URI Action
  • GET http://[hostname]/todo/api/v1.0/tasks Retrieve list of tasks
  • GET http://[hostname]/todo/api/v1.0/tasks/[task_id] Retrieve a task
  • POST http://[hostname]/todo/api/v1.0/tasks Create a new task
  • PUT http://[hostname]/todo/api/v1.0/tasks/[task_id] Update an existing task
  • DELETE http://[hostname]/todo/api/v1.0/tasks/[task_id] Delete a task

About

A brief introduction to the Flask todo-api: Restful Web API's

https://ishaileshmishra.github.io/portfolio


Languages

Language:Python 99.6%Language:C 0.1%Language:CSS 0.1%Language:JavaScript 0.1%Language:Shell 0.1%