We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b179f + 4edf682 commit 13fc18fCopy full SHA for 13fc18f
examples/INDEX.md
@@ -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
@@ -17,6 +17,7 @@
17
//fiware_token.apiKeyPrefix['X-Auth-Token'] = "Token"
18
var api = new NgsiV2.APIEntryPointApi();
19
20
21
var callback = function(error, data, response) {
22
if (error) {
23
console.error(error);
0 commit comments