flickrex v0.6.0 Flickrex.Flickr.Interestingness View Source

Link to this section Summary

Functions

Returns the list of interesting photos for the most recent day or a user-specified date

Link to this section Types

Link to this section Functions

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

Returns the list of interesting photos for the most recent day or a user-specified date.

This method does not require authentication.

Arguments

  • date - A specific date, formatted as YYYY-MM-DD, to return interesting photos for.

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