-
Notifications
You must be signed in to change notification settings - Fork 31
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
Find Item - Naming problems and multiples IDs allowed #61
Comments
I think express understand the
this will returned a paginated result for me, I think it make sense because |
yes. but there should be a way to get one or multiples IDs. The REST way of doing it may differ between approaches. I prefer Anyways, both
That is another use case for search (ex: |
I think it will be a little bit hard to implements because:
When we implements it into |
sorry, I got it wrong. the correct argument would be:
|
apart from the naming, this issue rises a problem with being able to get multiples IDs from REST.
This issue highlits
/item/
(all),/item/?ids=1,2,3
(multiples) and/item/2
(single)It is still needed:
/item/
(all),/item/?ids=1,2,3
(multiples) and/item/2
(single)current:
getByIdItem.js
:should be:
findItemByIDs.js
:The text was updated successfully, but these errors were encountered: