Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hawleyal
on Nov 17, 2014
|
parent
|
context
|
favorite
| on:
Some REST best practices
I see what you're saying, but it's not redundant, it's just a synonym. By redundant I meant that there are keys that are not necessary.
/artist/{artist}/albums
/albums?artist={artist}
AlbumsController#index(artist)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
/artist/{artist}/albums
/albums?artist={artist}
AlbumsController#index(artist)