flickrex v0.3.0 Flickr.Reflection

Summary

Functions

Returns information for a given flickr API method

Returns a list of available flickr API methods

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

get_method_info(client, args \\ [])
get_method_info(client, args) :: response

Returns information for a given flickr API method.

This method does not require authentication.

Arguments

  • method_name - (required) The name of the method to fetch information for.
get_methods(client, args \\ [])
get_methods(client, args) :: response

Returns a list of available flickr API methods.

This method does not require authentication.

Arguments