Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulpreet/laughing-octo-bear
https://github.com/kulpreet/laughing-octo-bear
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kulpreet/laughing-octo-bear
- Owner: kulpreet
- Created: 2014-02-28T18:58:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T21:40:36.000Z (over 10 years ago)
- Last Synced: 2024-05-02T00:44:42.394Z (7 months ago)
- Language: Ruby
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todos
=========A Test application
APP
=========The Application is online for testing purposes at [Here](http://ancient-ravine-8986.herokuapp.com/)
API
=========The App support OAuth2 authentication. You can add an application [here](http://ancient-ravine-8986.herokuapp.com/oauth/applications)
The Restful API if for the resource 'todo', the supported media type is 'applicatio/json'
* GET /api/v1/todos.json Gets all todos for authenticated user
* POST /api/v1/todos.json Create a todo for authenticated user
* PUT /api/v1/todos/:id Update a todo with given id. The todo should belong to authenticated user
* DELETE /api/v1/todos/:id Delete a todo with the given id. The todo should belong to authenticated user