vonage-ruby-sdk icon indicating copy to clipboard operation
vonage-ruby-sdk copied to clipboard

Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.

Results 18 vonage-ruby-sdk issues
Sort by recently updated
recently updated
newest added

If you pass a token to the client as the readme documentation indicates: `client = Vonage::Client.new(token: token)` An error is thrown: `Uncaught exception: No application_id provided. Either provide an application_id,...

https://api.vonagestatus.com/incidents/d7k2dbqnj7fr > Some SMS API customers who are not URL encoding their form bodies may have experienced truncation of their SMS messages if the SMS content contains a comma. Customers...

Currently, no custom data are allowed to be passed from API call that will be transferred to Webhook. It's always be useful for the client to be able to add...

for my Nexmo Voice API webhooks, the documentation is not explain adequately how to check the webhook signature. It says to do `client.signature.check(request.GET)`, but `request.GET` returns an empty hash, probably...

This is a draft PR experimenting with adding validators for API actions. This is pending a discussion in the SDK team about how much validation the SDKs should do over...

don't merge

The Vonage Ruby SDK has begun incorporating [Sorbet](https://sorbet.org/) to statically type the code, and you can contribute to it during Hacktoberfest! We are looking for pull requests that continue the...

hacktoberfest

Two topics: > "Pagination hidden by default: Pagination is hidden by default but users can drop down to a closer API level client to do manual paging, if the API...

From [the spec](https://github.com/Nexmo/client-library-specification/blob/master/SPECIFICATION.md#authenticating-requests): SHOULD allow a signature secret (used for some API requests, and to validate WebHook signatures) Using the signature secret to sign API requests is not yet supported.