flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

flickr.people.getGroups with perPage and Page #140

Closed ebisbe closed 3 years ago

ebisbe commented 3 years ago

Is there any hidden way ( I know there hidden stuff on Flickr ) to limit the reslts for that query?

https://www.flickr.com/services/api/explore/flickr.people.getGroups

Some perPage and page params would be appreciated.

ebisbe commented 3 years ago

Nevermind, I found it.

{ user_id: userId, page: 1, per_page: 5 }