SMSFactor.APIToken (SMSFactor v0.5.0)
View SourceWrappers around API Token section of SMSFactor API.
Summary
Types
@type token_params() :: %{token: %{name: String.t()}}
Functions
@spec create_sub_account_token(Tesla.Client.t(), integer(), token_params()) :: Tesla.Env.result()
@spec create_token(Tesla.Client.t(), token_params()) :: Tesla.Env.result()
@spec delete_token(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec retrieve_tokens(Tesla.Client.t()) :: Tesla.Env.result()