ex_twilio_bootstrap v0.1.1 TwilioBootstrap.Application

Will create a Twilio application with the configured name if one does not already exist. If the Twilio application already exists, it will update the application settings to match the desired settings.

Summary

Functions

Fetches the Twilio application

Functions

get()
get() :: %ExTwilio.Application{account_sid: term, api_version: term, date_created: term, date_updated: term, friendly_name: term, message_status_callback: term, sid: term, sms_fallback_method: term, sms_fallback_url: term, sms_method: term, sms_status_callback: term, sms_url: term, status_callback: term, uri: term, voice_caller_id_lookup: term, voice_fallback_method: term, voice_fallback_url: term, voice_method: term, voice_url: term}

Fetches the Twilio application

start_link()