Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returned API objects should have hyperlinks #1

Open
hosh opened this issue Jul 14, 2011 · 0 comments
Open

Returned API objects should have hyperlinks #1

hosh opened this issue Jul 14, 2011 · 0 comments

Comments

@hosh
Copy link
Owner

hosh commented Jul 14, 2011

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant