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
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
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
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