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
Thanks for creating the issue Redmond, I think this should be a top priority.
Why the page[offset] and page[limit] syntax? Is meant to imply some kind of indexing inside of a page data struc? Or is it equivalent to pageOffset and pageLimit?
@wfengk , it looks like you started an "api_filtering" branch already to work on this. Do you want any help with this? Is there somewhere logical for me to hop in and contribute on this filtering stuff?
Currently for restaurants, the API needs to be able to support server-side filtering query parameters.
My proposal for the params:
Sample query:
http://asktoni.com/restaurants?page[offset]=1&page[limit]=20&sort=name&desc
The text was updated successfully, but these errors were encountered: