Flickrex.Request (flickrex v0.8.1) View Source

Makes requests to Flickr.

Link to this section Summary

Link to this section Types

Specs

Specs

Specs

t() :: %Flickrex.Request{
  body: iodata() | tuple(),
  headers: [{binary(), binary()}],
  method: atom(),
  url: String.t()
}

Link to this section Functions

Specs

request(t(), Flickrex.Config.t()) :: success_t() | error_t()