To run this demo application, you will need the following:
git clone https://github.com/Vonage-Community/workshop-messages-rails-le_wagon_tokyo.git
cd
into the repo directory and run bundle install
.env.dist
to .env
.env
file, set VONAGE_API_KEY
and VONAGE_API_SECRET
using the equivalent credentials from your Vonage Developer accountVONAGE_APPLICATION_ID
in the .env
filerails s
localhost:3000
and make some Messages requests by submitting the form.
send_with_net_http
invocation on line 9 of the SmsController
for send_with_faraday
or send_with_vonage_sdk