pexels-api icon indicating copy to clipboard operation
pexels-api copied to clipboard

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

Open hbhutta opened this issue 2 years ago • 0 comments

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?

hbhutta avatar Mar 01 '23 00:03 hbhutta