Flickrex.Flickr.Interestingness (flickrex v0.8.1) 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

Specs

get_list(opts()) :: operation()

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

This method does not require authentication.

Options

  • 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: <code>description</code>, <code>license</code>, <code>date_upload</code>, <code>date_taken</code>, <code>owner_name</code>, <code>icon_server</code>, <code>original_format</code>, <code>last_update</code>, <code>geo</code>, <code>tags</code>, <code>machine_tags</code>, <code>o_dims</code>, <code>views</code>, <code>media</code>, <code>path_alias</code>, <code>url_sq</code>, <code>url_t</code>, <code>url_s</code>, <code>url_q</code>, <code>url_m</code>, <code>url_n</code>, <code>url_z</code>, <code>url_c</code>, <code>url_l</code>, <code>url_o</code>

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