flickrex v0.6.0 Flickrex.Flickr.Urls View Source

Link to this section Summary

Functions

Returns the url to a group’s page

Returns the url to a user’s photos

Returns the url to a user’s profile

Returns gallery info, by url

Returns a group NSID, given the url to a group’s page or photo pool

Returns a user NSID, given the url to a user’s photos or profile

Link to this section Types

Link to this section Functions

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

Returns the url to a group’s page.

This method does not require authentication.

Arguments

  • group_id - (required) The NSID of the group to fetch the url for.
Link to this function get_user_photos(args \\ []) View Source
get_user_photos(args()) :: operation()

Returns the url to a user’s photos.

This method does not require authentication.

Arguments

  • user_id - The NSID of the user to fetch the url for. If omitted, the calling user is assumed.
Link to this function get_user_profile(args \\ []) View Source
get_user_profile(args()) :: operation()

Returns the url to a user’s profile.

This method does not require authentication.

Arguments

  • user_id - The NSID of the user to fetch the url for. If omitted, the calling user is assumed.
Link to this function lookup_gallery(args \\ []) View Source
lookup_gallery(args()) :: operation()

Returns gallery info, by url.

This method does not require authentication.

Arguments

  • url - (required) The gallery’s URL.
Link to this function lookup_group(args \\ []) View Source
lookup_group(args()) :: operation()

Returns a group NSID, given the url to a group’s page or photo pool.

This method does not require authentication.

Arguments

  • url - (required) The url to the group’s page or photo pool.
Link to this function lookup_user(args \\ []) View Source
lookup_user(args()) :: operation()

Returns a user NSID, given the url to a user’s photos or profile.

This method does not require authentication.

Arguments

  • url - (required) The url to the user’s profile or photos page.