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

How to Design Nested API Routes (or API Resources) with rest-client #2

Open
berniechiu opened this issue Oct 7, 2015 · 0 comments
Open

Comments

@berniechiu
Copy link

I wonder what if i have an API routes like

/users/#{user_id}/comments

or

/users/#{user_id}/comments/#{comment_id}

to be defined in the model? (By connecting two resource together)

users = User.all
users.first.comments #=> Generates comments array objects along with user id route mapping to child objects
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