flickrex v0.6.0 Flickrex.Flickr.Collections View Source

Link to this section Summary

Functions

Returns information for a single collection. Currently can only be called by the collection owner, this may change

Returns a tree (or sub tree) of collections belonging to a given user

Link to this section Types

Link to this section Functions

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

Returns information for a single collection. Currently can only be called by the collection owner, this may change.

This method requires authentication with “read” permission.

Arguments

  • collection_id - (required) The ID of the collection to fetch information for.
Link to this function get_tree(args \\ []) View Source
get_tree(args()) :: operation()

Returns a tree (or sub tree) of collections belonging to a given user.

This method does not require authentication.

Arguments

  • collection_id - The ID of the collection to fetch a tree for, or zero to fetch the root collection. Defaults to zero.

  • user_id - The ID of the account to fetch the collection tree for. Deafults to the calling user.