|
2 | 2 |
|
3 | 3 | <img src="https://developer.nexmo.com/images/logos/vbc-logo.svg" height="48px"/>
|
4 | 4 |
|
5 |
| -Quickstarts also available for: |
6 |
| -[Python](https://github.com/Vonage/vonage-python-code-snippets), |
7 |
| -[.NET](https://github.com/Vonage/vonage-dotnet-code-snippets), |
8 |
| -[Node.js](https://github.com/Vonage/vonage-node-code-snippets), |
9 |
| -[PHP](https://github.com/Vonage/vonage-php-code-snippets), |
10 |
| -[Ruby](https://github.com/Vonage/vonage-ruby-code-snippets) and |
| 5 | +Quickstarts also available for: |
| 6 | +[Python](https://github.com/Vonage/vonage-python-code-snippets), |
| 7 | +[.NET](https://github.com/Vonage/vonage-dotnet-code-snippets), |
| 8 | +[Node.js](https://github.com/Vonage/vonage-node-code-snippets), |
| 9 | +[PHP](https://github.com/Vonage/vonage-php-code-snippets), |
| 10 | +[Ruby](https://github.com/Vonage/vonage-ruby-code-snippets) and |
11 | 11 | [cURL](https://github.com/Vonage/vonage-curl-code-snippets).
|
12 | 12 |
|
13 |
| -These code samples are meant to be used for |
14 |
| -[https://developer.nexmo.com/](https://developer.nexmo.com/), and are |
15 |
| -structured in such a way as to be used for internal testing. Developers are |
16 |
| -free to use these code snippets as a reference, but these may require changes |
17 |
| -to be worked into your specific application. We recommend checking out the |
18 |
| -[Vonage API Developer Website](https://developer.nexmo.com/), which displays |
| 13 | +These code samples are meant to be used for |
| 14 | +[https://developer.nexmo.com/](https://developer.nexmo.com/), and are |
| 15 | +structured in such a way as to be used for internal testing. Developers are |
| 16 | +free to use these code snippets as a reference, but these may require changes |
| 17 | +to be worked into your specific application. We recommend checking out the |
| 18 | +[Vonage API Developer Website](https://developer.nexmo.com/), which displays |
19 | 19 | these code snippets in a more copy/paste fashion.
|
20 | 20 |
|
21 | 21 | ## Configure with Your Vonage API Keys
|
22 | 22 |
|
23 |
| -If you'd still like to use this sample you will first need a |
24 |
| -[Vonage account](https://dashboard.nexmo.com/sign-up). Once you have your own |
25 |
| -API credentials, rename the `.env-example` file to `.env` and set the values |
| 23 | +If you'd still like to use this sample you will first need a |
| 24 | +[Vonage account](https://dashboard.nexmo.com/sign-up). Once you have your own |
| 25 | +API credentials, rename the `.env-example` file to `.env` and set the values |
26 | 26 | as required.
|
27 | 27 |
|
28 |
| -For some of the examples, you will need to |
| 28 | +For some of the examples, you will need to |
29 | 29 | [buy a number](https://dashboard.nexmo.com/buy-numbers).
|
30 | 30 |
|
31 | 31 | ## Tutorials & Sample Code
|
@@ -56,9 +56,11 @@ For some of the examples, you will need to
|
56 | 56 |
|
57 | 57 | ## Request More Examples
|
58 | 58 |
|
59 |
| -Please [raise an issue](https://github.com/Vonage/vonage-node-sdk/issues) to |
60 |
| -request an example that isn't present within the quickstart. Pull requests |
61 |
| -will be gratefully received. |
| 59 | +[raise an issue](/../../issues/) if there is a an issue with the code. |
| 60 | + |
| 61 | +If you want to know how to do something specific with the Vonage APIs, |
| 62 | +Please [ask a question](https://github.com/Vonage/vonage-node-sdk/issues) in |
| 63 | +the Node SDK repo. |
62 | 64 |
|
63 | 65 | ## Licenses
|
64 | 66 |
|
|
0 commit comments