7digital-api
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -1,2 +0,3 @@ | ||
var http = require('http'), | ||
var util = require('util'), | ||
http = require('http'), | ||
ApiError = require('./apierror'), | ||
@@ -243,3 +244,4 @@ querystring = require('querystring'), | ||
this.logger.info(httpMethod + ': ' + url); | ||
this.logger.info(util.format('%s: http://%s:%s%s', httpMethod, this.host, | ||
this.port, url)); | ||
apiRequest = http.request({ | ||
@@ -246,0 +248,0 @@ method: httpMethod, |
{ | ||
"name": "7digital-api", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "7digital API client for nodeJS", | ||
@@ -5,0 +5,0 @@ "homepage": [ |
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
87434
1784