You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obstacles: Requires additional coupling between metaprogrammed controllers and the app itself. (Maybe store some of the this information inside the API (Engine) class).
The text was updated successfully, but these errors were encountered:
POST /books
-> creates a new book, but should return something like
Location: http://api.myapi.com/books/10.json
Or
{ 'book': { ... },
'uri': 'http://api.myapi.com/books/10.json' }
Obstacles: Requires additional coupling between metaprogrammed controllers and the app itself. (Maybe store some of the this information inside the API (Engine) class).
The text was updated successfully, but these errors were encountered: