Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kulpreet/laughing-octo-bear


https://github.com/kulpreet/laughing-octo-bear

Last synced: about 1 month ago
JSON representation

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