flickrex v0.3.0 Flickr.Cameras

Summary

Functions

Retrieve all the models for a given camera brand

Returns all the brands of cameras that Flickr knows about

Types

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

Functions

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

Retrieve all the models for a given camera brand.

This method does not require authentication.

Arguments

  • brand - (required) The ID of the requested brand (as returned from flickr.cameras.getBrands).
get_brands(client, args \\ [])
get_brands(client, args) :: response

Returns all the brands of cameras that Flickr knows about.

This method does not require authentication.

Arguments