Flickrex.Rest (flickrex v0.8.1) View Source
Operations on Flickr REST Service.
Supports all methods listed in the Flickr API docs.
Prefer to use the Flickrex.Flickr modules instead of calling these functions
directly.
Examples
operation = Flickrex.Rest.get("flickr.photos.getInfo", photo_id: id)
{:ok, resp} = Flickrex.request(operation) Link to this section Summary
Link to this section Types
Specs
args() :: Keyword.t(String.Chars.t())
Arguments for the Flickr API Method
Specs
method() :: Flickrex.Operation.Rest.method()
Name of the Flickr API Method
Link to this section Functions
Specs
get(method(), args()) :: Flickrex.Operation.Rest.t()
Creates a GET operation for the Flickr API.
Specs
post(method(), args()) :: Flickrex.Operation.Rest.t()
Creates a POST operation for the Flickr API.