flickrex v0.3.0 Flickrex.API.Base

Provides base access to Flickr API.

Summary

Functions

Calls Flickr API with an API method and optional arguments

Functions

call(client, http_method, api_method, args \\ [])
call(Flickrex.Client.t, :get | :post, binary, Keyword.t) :: {:ok | :error, binary}

Calls Flickr API with an API method and optional arguments

Example:

response = Flickrex.API.Base.call(flickrex, :get, “flickr.photos.getRecent”, per_page: 5)