Skip to content
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

Mismatch between search() function parameters in example and in documentation #8

Open
hbhutta opened this issue Mar 1, 2023 · 0 comments

Comments

@hbhutta
Copy link

hbhutta commented Mar 1, 2023

Hi Aguillar,

In the code example for searching for photos, the code is:

api.search(query, page=, results_per_page=)

but under the Methods header in the documentation, the code for the same function is:
search(query, photos_per_page=, page=

Are these separate functions or is there perhaps a mismatch in the order of the parameters
between the code example and the documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant