Skip to content

ltanady/flasktask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Flask Task Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages