flickrex v0.3.0 Flickr

Flickr API Modules.

These modules and functions map to the methods from the Flickr API Documentation.

To use them, create a Flickrex client connection, and pass it to each function with the desired params. Some Flickr methods require user access tokens that were granted read, write, or delete permissions.

Examples

flickrex = Flickrex.new
{:ok, photos} = Flickr.Photos.get_recent(flickrex, per_page: 5)