foursquarevenues
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -55,3 +55,3 @@ // Generated by CoffeeScript 1.6.2 | ||
urlString = "https://api.foursquare.com/v2/venues/" + querystring.stringify(params) + '&' + querystring.stringify(credentials); | ||
urlString = "https://api.foursquare.com/v2/venues/" + params.venue_id + '?' + querystring.stringify(credentials); | ||
return request(urlString, function(error, response, body) { | ||
@@ -58,0 +58,0 @@ if (!error && response.statusCode === 200) { |
{ | ||
"name": "foursquarevenues", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Simple query to 4square venue's api", | ||
@@ -5,0 +5,0 @@ "main": "./foursquareVenues", |
Sorry, the diff of this file is not supported yet
6057