flickrex v0.6.0 Flickrex.Flickr.Reflection View Source

Link to this section Summary

Functions

Returns information for a given flickr API method

Returns a list of available flickr API methods

Link to this section Types

Link to this section Functions

Link to this function get_method_info(args \\ []) View Source
get_method_info(args()) :: operation()

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.
Link to this function get_methods(args \\ []) View Source
get_methods(args()) :: operation()

Returns a list of available flickr API methods.

This method does not require authentication.

Arguments