Flickr-Foundation / flickr-photos-api

Look up information about photos and collections of photos from Flickr
Apache License 2.0
0 stars 0 forks source link

Refactor the internals to expose some pagination/streaming methods #36

Closed alexwlchan closed 5 months ago

alexwlchan commented 5 months ago

Currently this library hard-codes the extras to use, which is unhelpful because every caller wants a different set of fields. This patch begins a refactoring that should make it easier for callers to customise the data they get.