Comparing version 0.0.6 to 0.0.7
@@ -21,3 +21,3 @@ "use strict"; | ||
port : self.config.protocol == "http" ? 80 : 443, | ||
path : Util.spaceUrlEncode(self.config.path + Util.makeParams(params)), | ||
path : self.config.path + Util.makeParams(params), | ||
method : self.config.method | ||
@@ -24,0 +24,0 @@ }; |
@@ -21,3 +21,3 @@ "use strict"; | ||
port : self.config.protocol == "http" ? 80 : 443, | ||
path : Util.spaceUrlEncode(self.config.path + Util.makeParams(params)), | ||
path : self.config.path + Util.makeParams(params), | ||
method : self.config.method | ||
@@ -24,0 +24,0 @@ }; |
{ | ||
"name" : "node-yj", | ||
"version" : "0.0.6", | ||
"version" : "0.0.7", | ||
"description" : "NodeJS wrapper for the Yahoo! JAPAN API", | ||
@@ -5,0 +5,0 @@ "author": "Kai Sasaki, Yohei Yamaguchi", |
@@ -37,3 +37,3 @@ # node-yj | ||
yjClient.yconnect.kanaConvert({ | ||
yjClient.text.kanaConvert({ | ||
sentence : "きょうはいいてんきですね", | ||
@@ -40,0 +40,0 @@ appid : <Your Application ID> |
@@ -166,4 +166,1 @@ /** section: github | ||
exports.spaceUrlEncode = function(url){ | ||
return url.replace(/ /g, '%20'); | ||
}; |
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
62874
1697