flickrex v0.6.0 Flickrex.Request View Source

Makes requests to Flickr.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Flickrex.Request{body: iodata() | tuple(), headers: [{binary(), binary()}], method: atom(), url: String.t()}

Link to this section Functions

Link to this function request(req, config) View Source
request(t(), Flickrex.Config.t()) :: success_t() | error_t()