Flick.flick_api_callMethod
flick_api_call(auth_token, url)

Add the Authorization header to a call and parses the assumed JSON response.

Flick.get_auth_tokenMethod
get_auth_token()

Using a user's login credentials, and an application id/secret pair from Flick, retrieve a authentication token for subsequent API calls.

FYI: Tokens appear to expire in 2 months/60 days.

Flick.get_price_detailMethod
get_price_detail()

Returns a Dict from the raw JSON returned by the Flick mobile API.

Contains price broken down into components e.g. the spot price + fees.