Skip to content

Commit 13fc18f

Browse files
authored
Merge branch 'gh-pages' into master
2 parents 70b179f + 4edf682 commit 13fc18f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/INDEX.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Examples
2+
3+
* [A simple NGSI V2 JavaScript SDK example](javascript/README.md)
4+
* [A simple NodeJS application to test the SDK](node-js/README.md)

examples/javascript/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
//fiware_token.apiKeyPrefix['X-Auth-Token'] = "Token"
1818
var api = new NgsiV2.APIEntryPointApi();
1919

20+
2021
var callback = function(error, data, response) {
2122
if (error) {
2223
console.error(error);

0 commit comments

Comments
 (0)