Building a RESTful API in a Rails application - 0 views
-
designing and implementing a REST API in an intentionally simplistic task management web application, and will cover some best practices to ensure maintainability of the code.
-
each individual request should have no context of the requests that came before it.
-
each request that modifies the database should act on one and only one row of one and only one table
- ...10 more annotations...