ExTwilio v0.1.1

Modules summary

ExTwilio

ExTwilio is a relatively full-featured API client for the Twilio API

ExTwilio.Account

Represents an Account or Subaccount resource

ExTwilio.Address

Represents an Address resource in the Twilio API

ExTwilio.Api

Provides a basic HTTP interface to allow easy communication with the Twilio API, by wrapping HTTPotion

ExTwilio.Application

Represents an Application resource in the Twilio API

ExTwilio.AuthorizedConnectApp

Represents an AuthorizedConnectApp resource in the Twilio API

ExTwilio.AvailablePhoneNumber

Represents an AvailablePhoneNumber resource in the Twilio API

ExTwilio.Call

Represents an Call resource in the Twilio API

ExTwilio.Conference

Represents an Conference resource in the Twilio API

ExTwilio.Config

Stores configuration variables used to communicate with Twilio's API

ExTwilio.ConnectApp

Represents an ConnectApp resource in the Twilio API

ExTwilio.DependentPhoneNumber

Represents an DependentPhoneNumber resource in the Twilio API

ExTwilio.Feedback

Represents a Call Feedback resource in the Twilio API

ExTwilio.IncomingPhoneNumber

Represents an IncomingPhoneNumber resource in the Twilio API

ExTwilio.Media

Represents an Media resource in the Twilio API

ExTwilio.Member

Represents an Member resource in the Twilio API

ExTwilio.Message

Represents an Message resource in the Twilio API

ExTwilio.Notification

Represents an Notification resource in the Twilio API

ExTwilio.OutgoingCallerId

Represents an OutgoingCallerId resource in the Twilio API

ExTwilio.Parser

A JSON parser tuned specifically for Twilio API responses. Based on Poison's excellent JSON decoder

ExTwilio.Participant

Represents an Participant resource in the Twilio API

ExTwilio.Queue

Represents an Queue resource in the Twilio API

ExTwilio.Recording

Represents an Recording resource in the Twilio API

ExTwilio.Resource

Mixin to include ExTwilio.Api module functionality in a module with slightly prettier syntax. Under the hood, it delegates all the work to ExTwilio.Api

ExTwilio.ShortCode

Represents a ShortCode resource in the Twilio API

ExTwilio.SipCredential

Represents an SIP Credential in the Twilio API

ExTwilio.SipCredentialList

Represents an SIP CredentialList in the Twilio API

ExTwilio.SipDomain

Represents a SIP Domain resource in the Twilio API

ExTwilio.SipIpAccessControlList

Represents an SIP IPAccessControlList in the Twilio API

ExTwilio.SipIpAddress

Represents an SIP IpAddress in the Twilio API

ExTwilio.Token

Represents an Token resource in the Twilio API

ExTwilio.Transcription

Represents an Transcription resource in the Twilio API

ExTwilio.UrlGenerator

Generates Twilio URLs for modules. See build_url/3 for more information