flickrex v0.6.0 Flickrex.URL View Source

Generate Flickr URLs for photos, profiles, and photostreams

Examples

get_info = Flickrex.Flickr.Photos.get_info(photo_id: "...")
{:ok, %{body: info}} = Flickrex.request(get_info)

photo = info["photo"]
medium_url = Flickrex.URL.url(photo)

Link to this section Summary

Types

A URL path parameter

A photo returned by the Flickr API

A Flickr URL

Functions

URL for Medium size photo

URL for Large size photo

URL for Small size photo

URL for Original size photo

URL for individual photo page

URL for individual photo set

URL for user photo sets

URL for user photostream

URL for user profile

URL for Square size photo

URL for Thumbnail size photo

URL for Medium 640 size photo

Link to this section Types

A URL path parameter

Link to this type photo() View Source
photo() :: map()

A photo returned by the Flickr API

A Flickr URL

Link to this section Functions

URL for Medium size photo

URL for Large size photo

URL for Small size photo

URL for Original size photo

Link to this function url_photopage(user_id, photo_id) View Source
url_photopage(param(), param()) :: url()

URL for individual photo page

Link to this function url_photoset(user_id, photoset_id) View Source
url_photoset(param(), param()) :: url()

URL for individual photo set

Link to this function url_photosets(user_id) View Source
url_photosets(param()) :: url()

URL for user photo sets

Link to this function url_photostream(user_id) View Source
url_photostream(param()) :: url()

URL for user photostream

Link to this function url_profile(user_id) View Source
url_profile(param()) :: url()

URL for user profile

URL for Square size photo

URL for Thumbnail size photo

URL for Medium 640 size photo