alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

Retrieving photos for a Photoset with an ID #63

Closed samastur closed 8 years ago

samastur commented 8 years ago

I have an ID for a photoset and would like to fetch photos in that set. The only way I know how to do this is to fetch all photosets to get the right Photoset object and then call getPhotos on it.

Is there a more straightforward way of either creating Photoset from its ID or just getting list of Photo objects using photoset ID?

duhaime commented 5 years ago

@alexis-mignon can you reference a commit or comment that closes this?