flickrex v0.6.0 Flickrex.Decoder behaviour View Source

Defines the specification for a REST decoder.

Link to this section Summary

Link to this section Types

Link to this type error_t() View Source
error_t() :: {:error, result()}
Link to this type parse_error_t() View Source
parse_error_t() :: {:error, :badarg}
Link to this type result() View Source
result() :: map()
Link to this type success_t() View Source
success_t() :: {:ok, result()}

Link to this section Callbacks