degiro-api
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "degiro-api", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Degiro test scripts", |
@@ -45,11 +45,13 @@ # Unofficial DeGiro API | ||
const degiro = new DeGiro({ | ||
username: 'username', | ||
pwd: '*****' | ||
}) | ||
(async () => { | ||
const degiro = new DeGiro({ | ||
username: 'username', | ||
pwd: '*****' | ||
}) | ||
await degiro.login() | ||
await degiro.login() | ||
const accountData = await degiro.getAccountData() | ||
// console.log(accountData) | ||
const accountData = await degiro.getAccountData() | ||
// console.log(accountData) | ||
})() | ||
``` | ||
@@ -56,0 +58,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
267944
139