Skip to content

Tomatoes public API #15

Closed
Closed
@potomak

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 to users
  • API::SessionsController
  • 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, run User.create_indexes on a production console

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions