1.0.10 • Published 7 years ago

nfl_v3_scores v1.0.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 years ago

nfl_v3_scores

NflV3Scores - JavaScript client for nfl_v3_scores NFL schedules, scores, odds, weather, and news API. This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install nfl_v3_scores --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/nfl_v3_scores then install it via:

    npm install YOUR_USERNAME/nfl_v3_scores --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var NflV3Scores = require('nfl_v3_scores');

var defaultClient = NflV3Scores.ApiClient.instance;

// Configure API key authorization: apiKeyQuery
var apiKeyQuery = defaultClient.authentications['apiKeyQuery'];
apiKeyQuery.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//apiKeyQuery.apiKeyPrefix['subscription-key'] = "Token"

// Configure API key authorization: apiKeyHeader
var apiKeyHeader = defaultClient.authentications['apiKeyHeader'];
apiKeyHeader.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//apiKeyHeader.apiKeyPrefix['Ocp-Apim-Subscription-Key'] = "Token"

var api = new NflV3Scores.DefaultApi()

var format = "format_example"; // {String} Desired response format. Valid entries are <code>XML</code> or <code>JSON</code>.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.areGamesInProgress(format, callback);

Documentation for API Endpoints

All URIs are relative to http://api.fantasydata.net/v3/nfl/scores

ClassMethodHTTP requestDescription
NflV3Scores.DefaultApiareGamesInProgressGET /{format}/AreAnyGamesInProgress
NflV3Scores.DefaultApibyeWeeksGET /{format}/Byes/{season}
NflV3Scores.DefaultApigameStatsBySeasonDeprecatedUseTeamGameStatsInsteadGET /{format}/GameStats/{season}
NflV3Scores.DefaultApigameStatsByWeekDeprecatedUseTeamGameStatsInsteadGET /{format}/GameStatsByWeek/{season}/{week}
NflV3Scores.DefaultApinewsGET /{format}/News
NflV3Scores.DefaultApinewsByDateGET /{format}/NewsByDate/{date}
NflV3Scores.DefaultApinewsByPlayerGET /{format}/NewsByPlayerID/{playerid}
NflV3Scores.DefaultApinewsByTeamGET /{format}/NewsByTeam/{team}
NflV3Scores.DefaultApischeduleGET /{format}/Schedules/{season}
NflV3Scores.DefaultApiscoresBySeason_GET /{format}/Scores/{season}
NflV3Scores.DefaultApiscoresByWeekGET /{format}/ScoresByWeek/{season}/{week}
NflV3Scores.DefaultApiseasonCurrentGET /{format}/CurrentSeason
NflV3Scores.DefaultApiseasonLastCompletedGET /{format}/LastCompletedSeason
NflV3Scores.DefaultApiseasonUpcomingGET /{format}/UpcomingSeason
NflV3Scores.DefaultApistadiumsGET /{format}/Stadiums
NflV3Scores.DefaultApistandingsGET /{format}/Standings/{season}
NflV3Scores.DefaultApiteamGameStatsGET /{format}/TeamGameStats/{season}/{week}
NflV3Scores.DefaultApiteamSeasonStatsGET /{format}/TeamSeasonStats/{season}
NflV3Scores.DefaultApiteamsActiveGET /{format}/Teams
NflV3Scores.DefaultApiteamsAllGET /{format}/AllTeams
NflV3Scores.DefaultApiteamsBySeasonGET /{format}/Teams/{season}
NflV3Scores.DefaultApitimeframesGET /{format}/Timeframes/{type}
NflV3Scores.DefaultApiweekCurrentGET /{format}/CurrentWeek
NflV3Scores.DefaultApiweekLastCompletedGET /{format}/LastCompletedWeek
NflV3Scores.DefaultApiweekUpcomingGET /{format}/UpcomingWeek
NflV3Scores.DefaultApixPingGET /{format}/Ping

Documentation for Models

Documentation for Authorization

apiKeyHeader

  • Type: API key
  • API key parameter name: Ocp-Apim-Subscription-Key
  • Location: HTTP header

apiKeyQuery

  • Type: API key
  • API key parameter name: subscription-key
  • Location: URL query string
1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago