kimono-worldcup-api-wrapper
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -58,3 +58,3 @@ /* | ||
this.get.player_season_stats = function(id, filters) { | ||
this.get.playerSeasonStat = function(id, filters) { | ||
return apiRequest(host + 'player_season_stats' + ((id) ? '/' + id : '') + apiKey + ((filters) ? '&' + qs.stringify(filters) : '')); | ||
@@ -61,0 +61,0 @@ }; |
{ | ||
"name": "kimono-worldcup-api-wrapper", | ||
"description": "World Cup API Wrapper", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"homepage": "https://github.com/alexdibattista/kimono-worldcup-api", | ||
@@ -6,0 +6,0 @@ "main": "lib/kimono-worldcup-api", |
6125