Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "bir1", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "GUS REGON api client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,5 +18,7 @@ # BIR1 - GUS REGON client # | ||
const bir = new Bir() | ||
await bir.login() | ||
console.log(await bir.search({ nip: '5261040567' })) | ||
(async () => { | ||
const bir = new Bir() | ||
await bir.login() | ||
console.log(await bir.search({ nip: '5261040567' })) | ||
})() | ||
@@ -48,4 +50,4 @@ /* | ||
By default it connects to non production database. In order to connect to | ||
production to get most up to date company data provide your key like this `new | ||
Bir({ key: 'aabc123def567' })` | ||
By default it connects to non production database using public default key. In | ||
order to connect to production database with current company data provide the | ||
key like this `new Bir({key: 'example123def567' })` |
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
15955
52