fpl-api-node
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -10,10 +10,2 @@ import * as types from './interfaces'; | ||
/** | ||
* Entry (Fpl manager team): | ||
* A promise that if fulfilled returns an object | ||
* mapped to https://fantasy.premierleague.com/drf/entry/${id} | ||
* @param entryId Entry id | ||
* @returns {Promise} | ||
*/ | ||
export declare function getEntryDetails(entryId: number): Promise<types.EntryDetails>; | ||
/** | ||
* Entry History: | ||
@@ -20,0 +12,0 @@ * A promise that if fulfilled returns an object |
@@ -19,13 +19,2 @@ "use strict"; | ||
/** | ||
* Entry (Fpl manager team): | ||
* A promise that if fulfilled returns an object | ||
* mapped to https://fantasy.premierleague.com/drf/entry/${id} | ||
* @param entryId Entry id | ||
* @returns {Promise} | ||
*/ | ||
function getEntryDetails(entryId) { | ||
return getData("/entry/" + entryId); | ||
} | ||
exports.getEntryDetails = getEntryDetails; | ||
/** | ||
* Entry History: | ||
@@ -32,0 +21,0 @@ * A promise that if fulfilled returns an object |
{ | ||
"name": "fpl-api-node", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "A simple node wrapper for the Fantasy Premier League (fantasy.premierleague.com) restful web api", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
26272
749