Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Send an SMS message using the Nexmo API.
require 'nexmo'
client = Nexmo::Client.new(
api_key: 'your_key',
api_secret: 'your_secret'
)
response = client.sms.send(
from: 'Nexmo',
to: '447700900000',
text: 'Hello from Nexmo!'
)
puts response.inspect
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.