ac-api-connector
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -0,1 +1,11 @@ | ||
<a name="0.1.8"></a> | ||
## [0.1.8](https://github.com/admiralcloud/ac-api-connector/compare/v0.1.7..v0.1.8) (2024-05-05 14:10:32) | ||
### Bug Fix | ||
* **Connector:** Allow class init without parameters | MP | [01ac3f241cd9bb915367807478ae439904dd9cb2](https://github.com/admiralcloud/ac-api-connector/commit/01ac3f241cd9bb915367807478ae439904dd9cb2) | ||
Allow class init without parameters | ||
Related issues: [undefined/undefined#master](undefined/browse/master) | ||
<a name="0.1.7"></a> | ||
@@ -2,0 +12,0 @@ |
@@ -6,3 +6,3 @@ const https = require('https') | ||
class APIConnector { | ||
constructor({ baseURL = 'https://api.admiralcloud.com', maxCachedSessions, clientId, accessKey, accessSecret, headers = {}, debug }) { | ||
constructor({ baseURL = 'https://api.admiralcloud.com', maxCachedSessions, clientId, accessKey, accessSecret, headers = {}, debug } = {}) { | ||
const httpOptions = { | ||
@@ -9,0 +9,0 @@ keepAlive: true |
{ | ||
"name": "ac-api-connector", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:AdmiralCloud/ac-api-connector.git", |
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
15612