flickrex v0.3.0 Flickr.Panda

Summary

Functions

Return a list of Flickr pandas, from whom you can request photos using the flickr.panda.getPhotos API method.



More information about the pandas can be found on the dev blog

Ask the Flickr Pandas for a list of recent public (and “safe”) photos.



More information about the pandas can be found on the dev blog

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

get_list(client, args \\ [])
get_list(client, args) :: response

Return a list of Flickr pandas, from whom you can request photos using the flickr.panda.getPhotos API method.



More information about the pandas can be found on the dev blog.

This method does not require authentication.

Arguments

get_photos(client, args \\ [])
get_photos(client, args) :: response

Ask the Flickr Pandas for a list of recent public (and “safe”) photos.



More information about the pandas can be found on the dev blog.

This method does not require authentication.

Arguments

  • panda_name - (required) The name of the panda to ask for photos from. There are currently three pandas named:


    You can fetch a list of all the current pandas using the flickr.panda.getList API method.

  • extras - A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: description, license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_q, url_m, url_n, url_z, url_c, url_l, url_o

  • per_page - Number of photos to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500.

  • page - The page of results to return. If this argument is omitted, it defaults to 1.