We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user I want to be able to filter all resources by type, e.g. I only want to see books.
We should do this with URL params. Results should additionally be sortable, e.g (this isn't real sql)
WHERE type= {id_for_book} SORT BY COUNT(reviews) DESC;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user I want to be able to filter all resources by type, e.g. I only want to see books.
We should do this with URL params. Results should additionally be sortable, e.g (this isn't real sql)
The text was updated successfully, but these errors were encountered: