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
page and perPage are returned inside of results for every name. They should be global parameters.
page
perPage
The text was updated successfully, but these errors were encountered:
So, there is additional level of nested array then:
{ "page": 1, "per_page": 1000, "items": [{ "total": 1, "matches": [] }, { "total": 2, "matches": [] }] }
How would we name items then?
items
Sorry, something went wrong.
! #102: make pagination result global in output
92d6407
No branches or pull requests
page
andperPage
are returned inside of results for every name. They should be global parameters.The text was updated successfully, but these errors were encountered: