diaspora/app/controllers/api/v0
Frank Rousseau 5a0759a3d9 Add exception handlers in base API controller
* For record not found returns a 404 response
* For wrong parameters returns a 400 response
* For other exceptions returns a 500 response
2018-12-30 22:31:33 +01:00
..
base_controller.rb Add exception handlers in base API controller 2018-12-30 22:31:33 +01:00
comments_controller.rb Combine Comment index with Post show API route 2018-12-30 22:31:33 +01:00
likes_controller.rb Add likes API route 2018-12-30 22:31:33 +01:00
posts_controller.rb Combine Comment index with Post show API route 2018-12-30 22:31:33 +01:00
streams_controller.rb Add streams API routes 2018-12-30 22:31:33 +01:00