0.0
No commit activity in last 3 years
No release in over 3 years
Twimlbin wrapper class. You can use twimlbin.com to host twilio markup language without your own server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
 Project Readme

twilio-twimlbin Build Status

Overview

Twimlbin ruby wrapper class.
You can use twimlbin.com to host twilio markup language without your own server.

Installation

$ sudo gem install twilio-twimlbin

Usage

# -*- encoding: utf-8 -*-
require 'twilio-twimlbin'
require 'twilio-ruby'

response = Twilio::TwiML::Response.new do |r|
  r.Say 'Hello World', :voice => 'woman', :language => 'ja-jp'
end

twiml = Twimlbin.new
twiml.create(response.text)
puts twiml.external_url # print public url
puts twiml.private_url # print editable url

TODO

Pull requests are very welcome!!

Articles

Copyright

Copyright © 2013- Kentaro Yoshida (@yoshi_ken)

License

Apache License, Version 2.0