flickrex v0.6.0 Flickrex.Flickr.Cameras View Source

Link to this section Summary

Functions

Retrieve all the models for a given camera brand

Returns all the brands of cameras that Flickr knows about

Link to this section Types

Link to this section Functions

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

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).
Link to this function get_brands(args \\ []) View Source
get_brands(args()) :: operation()

Returns all the brands of cameras that Flickr knows about.

This method does not require authentication.

Arguments