pexels-api
pexels-api copied to clipboard
Mismatch between search() function parameters in example and in documentation
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?