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
example, when you currently request "all" poeple, swapi.getPerson() it will only return the first 10 results and you have to page through the rest.
swapi.getPerson()
i think we can pass in an option hash such as:
{ id: '1', pagedResults: all }
or something like that, so the returned value will be all the results.
The text was updated successfully, but these errors were encountered:
That would be nice. Also, getPlanets is missing from this API, but it exists in SWAPI.
Sorry, something went wrong.
No branches or pull requests
example, when you currently request "all" poeple,
swapi.getPerson()
it will only return the first 10 results and you have to page through the rest.i think we can pass in an option hash such as:
or something like that, so the returned value will be all the results.
The text was updated successfully, but these errors were encountered: