Using vonage-ruby-sdk with vonage.com

Ruby integration

✓ Official SDK
Install
gem install vonage-ruby-sdk
Quick start
require 'vonage-ruby-sdk'

client = VonageRubySdk::Client.new(api_key: "YOUR_API_KEY")
User info
curl \
  https://api.vonage.com/t/vbc.prod/vis/v1/self
List active calls
curl \
  https://api.vonage.com/t/vbc.prod/vis/v1/self/calls
List events
curl \
  https://api.vonage.com/t/vbc.prod/vis/v1/self/events
SDK on GitHub 📄 API Docs
SDK
vonage-ruby-sdk
Ruby
API
vonage.com
vonage.com:vgis
At a glance
Language Ruby
Endpoints20
Base URLhttps://api.vonage.com/t/vbc.prod/vis/v1
✓ Official