@backand/nodejs-sdk
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -16,7 +16,7 @@ const backand = require('./../src/index'); | ||
console.log(res); | ||
return backand.object.getList('users') | ||
return backand.object.getList('items') | ||
}) | ||
.then(res=> { | ||
await = res; | ||
console.log(res.data.length); | ||
console.log(res.data); | ||
}) | ||
@@ -23,0 +23,0 @@ .catch(err=> console.log(err)); |
{ | ||
"name": "@backand/nodejs-sdk", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Backand SDK for Node.js", | ||
@@ -22,3 +22,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@backand/vanilla-sdk": "^1.2.2", | ||
"@backand/vanilla-sdk": "^1.2.3", | ||
"xmlhttprequest": "^1.8.0" | ||
@@ -25,0 +25,0 @@ }, |
@@ -39,3 +39,3 @@ nodejs-sdk | ||
## Examples | ||
***To view the demo, just run npm start - [example page](https://github.com/backand/nodejs-sdk/blob/master/example/).*** | ||
***To view the demo, just run ```npm start``` - [example page](https://github.com/backand/nodejs-sdk/blob/master/example/).*** | ||
@@ -42,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4177
Updated@backand/vanilla-sdk@^1.2.3