developer-destination
Here are 20 public repositories matching this topic...
Expected Behavior
We want to allow for a full url or domain to be used in a apiHost or restHost option.
const vonage = new Vonage({
apiKey: VONAGE_API_KEY,
apiSecret: VONAGE_API_SECRET
apiHost:'myurl.com'
})
const vonage = new Vonage({
apiKey: VONAGE_API_KEY,
apiSecret: VONAGE_API_SECR
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 16, 2020 - Ruby
-
Updated
Oct 15, 2020 - Python
-
Updated
Sep 10, 2020
ISmsClient currently only has 1 method which accepts a SendSmsRequest object. It would be nice to add overloads to this to support the most common use cases (e.g. just sending a flat text message from a number to a number - skipping the initialization of a separate request object)
The new signature will
-
Updated
Oct 14, 2020 - Java
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 16, 2020 - HTML
-
Updated
Mar 19, 2020 - PHP
-
Updated
Jul 28, 2020 - Ruby
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Ruby
-
Updated
Oct 15, 2020
-
Updated
Mar 20, 2020 - Java
When running numbers/search-available.php, it throws the following error:
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Vonage\Numbers\Filter\AvailableNumbers::setPattern() must be of the type string, int given
The setPattern() method was changed to take a string but the snippet was never updated.
-
Updated
Aug 27, 2019 - C
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 17, 2018 - PHP
Improve this page
Add a description, image, and links to the developer-destination topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-destination topic, visit your repo's landing page and select "manage topics."


Expected Behavior
Find examples and instructions for the NCCO builder with this repo.
Current Behavior
No formal documentation, but some examples exist in the code snippets.
Possible Solution
Add a new section to the README to cover