Teac.Scopes.Analytics (teac v0.6.0)

View Source

Analytics related scopes

Summary

Functions

Returns the entire map of scope atoms to scope strings.

Returns a list of all valid scope atoms.

Returns a list of all valid scope strings.

Retrieves the scope string corresponding to the given atom key.

View analytics data for the Twitch Extensions owned by the authenticated account.

View analytics data for the games owned by the authenticated account.

Functions

all()

Returns the entire map of scope atoms to scope strings.

all_keys()

Returns a list of all valid scope atoms.

all_values()

Returns a list of all valid scope strings.

get(key)

Retrieves the scope string corresponding to the given atom key.

Examples

iex> YourModule.get(:example_key)
"example:scope"

read_extension()

View analytics data for the Twitch Extensions owned by the authenticated account.

API:

read_games()

View analytics data for the games owned by the authenticated account.

API: