SMSFactor.APIToken (SMSFactor v0.2.0) View Source
Wrappers around API Token section of SMSFactor API.
Link to this section Summary
Link to this section Types
Specs
token_params() :: %{token: %{name: String.t()}}
Link to this section Functions
Specs
create_sub_account_token(Tesla.Client.t(), integer(), token_params()) :: Tesla.Env.result()
Specs
create_token(Tesla.Client.t(), token_params()) :: Tesla.Env.result()
Specs
delete_token(Tesla.Client.t(), integer()) :: Tesla.Env.result()
Specs
retrieve_tokens(Tesla.Client.t()) :: Tesla.Env.result()