flickrex v0.6.0 Flickrex.Operation protocol View Source

An operation to perform on Flickr

This module defines a protocol for executing operations via the Flickr API. The modules implementing the protocol handle one service, including authentication, uploads, and “Rest” methods:

The operations are created with the following modules:

The functions in those modules create a data structure that implements this protocol, when you can then call perform/2 on it.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function perform(operation, request) View Source
perform(t(), Flickrex.Config.t()) :: term()