ExTwilio v0.2.1 API Reference
Modules
ExTwilio is a relatively full-featured API client for the Twilio API
Represents an Account or Subaccount resource
Represents an Address resource in the Twilio API
Provides a basic HTTP interface to allow easy communication with the Twilio API, by wrapping HTTPotion
Represents an Application resource in the Twilio API
Represents an AuthorizedConnectApp resource in the Twilio API
Represents an AvailablePhoneNumber resource in the Twilio API
Represents an Call resource in the Twilio API
Capability tokens are used to sign communications from devices to Twilio. You create a token on your server, specify what capabilities you would like your device to have, then pass the token to your client to use. The tokens generated are JSON Web Tokens (JWT)
Represents an Conference resource in the Twilio API
Stores configuration variables used to communicate with Twilio's API
Represents an ConnectApp resource in the Twilio API
Represents an DependentPhoneNumber resource in the Twilio API
Represents a Call Feedback resource in the Twilio API
Represents an IncomingPhoneNumber resource in the Twilio API
Represents the Lookup Api provided by Twilio
Represents an Media resource in the Twilio API
Represents an Member resource in the Twilio API
Represents an Message resource in the Twilio API
Represents an Notification resource in the Twilio API
Represents an OutgoingCallerId resource in the Twilio API
A JSON parser tuned specifically for Twilio API responses. Based on Poison's excellent JSON decoder
Represents an Participant resource in the Twilio API
Represents an Queue resource in the Twilio API
Represents an Recording resource in the Twilio API
Mixin to include ExTwilio.Api
module functionality in a module with slightly prettier syntax. Under the hood, it delegates all the work to other ExTwilio
modules, primarily ExTwilio.Api
Generate a stream of results for a given Twilio API URL. Pages are lazily loaded on demand
Represents a ShortCode resource in the Twilio API
Represents an SIP Credential in the Twilio API
Represents an SIP CredentialList in the Twilio API
Represents a SIP Domain resource in the Twilio API
Represents an SIP IPAccessControlList in the Twilio API
Represents an SIP IpAddress in the Twilio API
Represents an Token resource in the Twilio API
Represents an Transcription resource in the Twilio API
Generates Twilio URLs for modules. See build_url/3
for more information