Closed
Description
TODO list
- Remove ResourceController (Remove ResourceController #162)
- API documentation
- Reference manual
- Add API namespace and base controller (Add API controller namespace and API::BaseController #163)
- Find user by Tomatoes token
- Add
authorizations.token
index tousers
- Add
- Find user by Tomatoes token
-
API::SessionsController
- POST /session
- Login with GitHub
- Login with Twitter (API login using Twitter #186)
- DESTROY /session
- POST /session
-
API::TomatoesController
- GET /tomatoes
- GET /tomatoes/:id
- POST /tomatoes
- PATCH /tomatoes/:id
- DESTROY /tomatoes/:id
-
API::UsersController
- GET /user
- PATCH /user
-
API::ProjectsController
- GET /projects
- GET /projects/:id
- POST /projects
- PATCH /projects/:id
- DESTROY /projects/:id
- Add new
User
index, runUser.create_indexes
on a production console
Activity