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

more complete API documentation? #126

Open classabbyamp opened 1 year ago

classabbyamp commented 1 year ago

I've been getting along just fine by reading the code, but it would be nice to have full api docs with e.g. sphinx

Matthijz98 commented 1 year ago

I could make a PR for this. @alexis-mignon is material docs and pushing it to github pages oke for you?

beaufour commented 1 year ago

I'm not saying it's always evident how to use it :), but all the API does is map to the Flickr API found here: https://www.flickr.com/services/api/

But that said, it would be nice with an extension of what is found here for sure: https://github.com/alexis-mignon/python-flickr-api/wiki/API-reference