Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 845 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 845 Bytes

Pythong Flask Task Application (With oauth2 authentication)

After getting oauth_token, http://localhost:8000/tasks - list all tasks belonging to user http://localhost:8000/tasks/new - create a new task for user http://localhost:8000/tasks/id/update?done=true - update a task (replace 'id' with task id) http://localhost:8000/tasks/id/delete - delete a task (replace 'id' with task id)