wadl-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "wadl-client", | ||
"main": "wadl-client.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/rbelouin/wadl-client", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "wadl-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generate a Javascript client for a web API providing a WADL description", | ||
@@ -12,3 +12,3 @@ "main": "wadl-client.js", | ||
"author": "Rodolphe Belouin <rodolphe.belouin@gmail.com>", | ||
"license": "BSD", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
@@ -15,0 +15,0 @@ "baconjs": "^0.7.70", |
@@ -69,2 +69,8 @@ var WadlClient = (function() { | ||
Utils.logDebug = function(logger, message) { | ||
if(logger && logger.debug) { | ||
logger.debug(message); | ||
} | ||
}; | ||
Utils.copyObject = function(obj){ | ||
@@ -185,2 +191,3 @@ var ret = {}; | ||
Utils.logDebug(defaultSettings.logger, verb + " " + req.host + req.getPath()); | ||
return req.sender(defaultSettings && defaultSettings.hooks && typeof defaultSettings.hooks.beforeSend == "function" ? defaultSettings.hooks.beforeSend(getSettings()) : getSettings()); | ||
@@ -187,0 +194,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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
28522
0
885