cityads-api
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -59,3 +59,3 @@ "use strict"; | ||
programs: function(geo, cb) { | ||
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/offers/all?remote_auth=" + remoteauth + "&geo=" + geo, cb); | ||
this.getinapi("http://api.cityads.com/api/rest/webmaster/json/offers/all?remote_auth=" + remoteauth + "&limit=1000&geo=" + geo, cb); | ||
}, | ||
@@ -70,3 +70,3 @@ | ||
coupons: function(filter, cb){ | ||
this.getinapi("http://cityads.com/api/rest/webmaster/json/coupons?remote_auth=" + remoteauth + "&filter=" + filter, cb); | ||
this.getinapi("http://cityads.com/api/rest/webmaster/json/coupons?remote_auth=" + remoteauth + "&limit=1000&filter=" + filter, cb); | ||
}, | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "cityads-api", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "API integration with CityAds", | ||
@@ -5,0 +5,0 @@ "author": "André Ferreira <andrehrf@gmail.com>", |
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
11235