spreedly v2.0.0 Spreedly.Environment

The Spreedly Environment data structure required for protected api calls. An environment is the combination of the Spreedly environment key and the access secret.

Summary

Types

t()

The Spreedly environment made of up the environment key and access secret

Types

t()
t() :: %Spreedly.Environment{access_secret: String.t, environment_key: String.t}

The Spreedly environment made of up the environment key and access secret

Functions

new(environment_key, access_secret)
new(String.t, String.t) :: t