/flasktask

Flask Task Application

Primary LanguagePython

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)