ExTwilio v0.1.7 ExTwilio.Token

Represents an Token resource in the Twilio API.

Summary

Functions

Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1 by default

CamelCase resource name as it would be used in Twilio's API. Delegates the real work to ExTwilio.Api.resource_name/1 by default

Functions

all(options \\ [])

Specs

all(list) :: [map]
children()

Specs

children :: list
create(data, options \\ [])

Specs

create(list, list) :: ExTwilio.Parser.parsed_response
new()

Specs

new :: %ExTwilio.Token{account_sid: term, date_created: term, date_updated: term, ice_servers: term, password: term, ttl: term, username: term}
new(attrs)

Specs

new(list) :: %ExTwilio.Token{account_sid: term, date_created: term, date_updated: term, ice_servers: term, password: term, ttl: term, username: term}
parents()

Specs

parents :: list
resource_collection_name()

Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1 by default.

Override in your module before use ExTwilio.Resource if you need something different.

resource_name()

CamelCase resource name as it would be used in Twilio's API. Delegates the real work to ExTwilio.Api.resource_name/1 by default.

Override in your module before use ExTwilio.Resource if you need something different.

stream(options \\ [])