You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# Nexmo CURL Examples
1
+
# Nexmo cURL Examples
2
2
3
3
This repository is a collection of things you can do with [Nexmo's](https://nexmo.com) APIs, all shown with cURL.
4
4
5
5
## Pre-requisites
6
6
7
7
You will need [cURL](https://curl.haxx.se/) installed.
8
8
9
-
Copy `config.sh`to `config.local.sh`and edit it with your own configuration values.
9
+
You can either directly edit the `config.sh`file and add in your configuration values, or you can create a `config.local.sh`file, which will override the main config file.
10
10
11
11
If you don't already have a Nexmo account, you'll need one! You can find the API key and secret for your configuration settings on the [Dashboard](https://dashboard.nexmo.com).
12
12
13
13
## Run the code snippets
14
14
15
-
Each example includes the `config.sh` and then the `config.local.sh` files. Run them from the directory they reside in, for example:
15
+
As each example requires the aforementioned config files, you must run them from the directory they reside in, for example:
0 commit comments