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

Types

Arguments for the Flickr API Method

Name of the Flickr API Method

Functions

Creates a GET operation for the Flickr API.

Creates a POST operation for the Flickr API.

Link to this section Types

Specs

args() :: Keyword.t(String.Chars.t())

Arguments for the Flickr API Method

Specs

Name of the Flickr API Method

Link to this section Functions

Specs

Creates a GET operation for the Flickr API.

Link to this function

post(method, args \\ [])

View Source

Specs

Creates a POST operation for the Flickr API.