flickrex v0.3.0 Flickrex.Client

Flickrex Client configuration

Summary

Functions

Get the client config

Get a client config parameter

Create a new Flickrex client

Create a new client from the config

Set a client config parameter

Types

t()
t() :: %Flickrex.Client{access: Flickrex.Client.Access.t, consumer: Flickrex.Client.Consumer.t}

Functions

config(client)

Get the client config

get(client, key)
get(Flickrex.Client.t, atom) :: String.t

Get a client config parameter

new()
new() :: t

Create a new Flickrex client

new(config)
new(Keyword.t) :: t

Create a new client from the config

put(client, key, value)

Set a client config parameter