wso2-apimgr
Advanced tools
Comparing version 0.0.1 to 0.0.3
@@ -12,3 +12,6 @@ | ||
function ApiMgr(){ | ||
function ApiMgr(config2){ | ||
if (typeof config2 === 'object') { | ||
config.baseUrl = config2.baseUrl | ||
} | ||
this.proxy = new Proxy(config); | ||
@@ -15,0 +18,0 @@ this.store = new Store(this.proxy); |
{ | ||
"name": "wso2-apimgr", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "A lightweight JS SDK to work with the WSO2 API Manager", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
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
17648
511