vonage-go-sdk
                                
                                
                                
                                    vonage-go-sdk copied to clipboard
                            
                            
                            
                        A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Please update public API return types to not come from internal packages, as it make it impossible to mock. It's also kind of bad practice to be returning private data...
Hi. This is the sign generation function as described in [https://developer.vonage.com/concepts/guides/signing-messages](https://developer.vonage.com/concepts/guides/signing-messages). Tests are based on the [Node SDK tests](https://github.com/Vonage/vonage-node-sdk/blob/2.x/test/HashGenerator-test.js). Please feel free to propose improvements to this function.
Setting pin expiry to 60 seconds has no effect. SMS received after the API call states that the pin will expire after 5 minutes (default value). Example: ``` opts :=...
The NumberInsightClient.Standard call returns an unmarshal error when the roaming field is 'unknown'
Whenever I call the standard number insight on an Italian number ``` auth := vonage.CreateAuthFromKeySecret("*****", "*******") niClient := vonage.NewNumberInsightClient(auth) result, _, err := niClient.Standard("39**********", vonage.NiOpts{}) if err != nil {...
It looks like dgrijalva/jwt-go has been superseded by the golang-jwt/jwt library. The older 'dgrijalva' library has security vulnerabilities logged against it. Could this repo change to use the golang-jwt/jwt library...
Hello, so it tried creating call with message containing SSML like this for example : ` Hello how are you? ` Whenever i answered the call, it always hung up...
We don't currently offer verification for message signatures, this should be added and users would like it (see also https://twitter.com/amlwwalker/status/1199999132758355968)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
Add support for the Account API and Secret Management API (see https://developer.nexmo.com/api/account)