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

Allow passing a `user_id` or a `user_url` #45

Closed alexwlchan closed 2 months ago

alexwlchan commented 2 months ago

When I did the big 2.0 refactor I moved a bunch of methods to user_id only, which were previously user_url only.

That was a step in the right direction, but it's a bit too restrictive – allowing user_id or user_url feels more like the right balance.