Skip to content

Latest commit

 

History

History

fantasydata_nfl_v3_rotoballer_premium_news

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@datafire/fantasydata_nfl_v3_rotoballer_premium_news

Client library for NFL v3 RotoBaller Premium News

Installation and Usage

npm install --save @datafire/fantasydata_nfl_v3_rotoballer_premium_news
let fantasydata_nfl_v3_rotoballer_premium_news = require('@datafire/fantasydata_nfl_v3_rotoballer_premium_news').create({
  apiKeyHeader: "",
  apiKeyQuery: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

PremiumNews

Premium News

fantasydata_nfl_v3_rotoballer_premium_news.PremiumNews({
  "format": ""
}, context)

Input

  • input object
    • format required string (values: xml, json): Desired response format. Valid entries are XML or JSON.

Output

  • output array

PremiumNewsByDate

Premium News by Date

fantasydata_nfl_v3_rotoballer_premium_news.PremiumNewsByDate({
  "format": "",
  "date": ""
}, context)

Input

  • input object
    • format required string (values: xml, json): Desired response format. Valid entries are XML or JSON.
    • date required string: The date of the news.

Output

  • output array

PremiumNewsByPlayer

Premium News by Player

fantasydata_nfl_v3_rotoballer_premium_news.PremiumNewsByPlayer({
  "format": "",
  "playerid": ""
}, context)

Input

  • input object
    • format required string (values: xml, json): Desired response format. Valid entries are XML or JSON.
    • playerid required string: Unique FantasyData Player ID.

Output

  • output array

PremiumNewsByTeam

Premium News by Team

fantasydata_nfl_v3_rotoballer_premium_news.PremiumNewsByTeam({
  "format": "",
  "team": ""
}, context)

Input

  • input object
    • format required string (values: xml, json): Desired response format. Valid entries are XML or JSON.
    • team required string: Abbreviation of the team. Example: WAS.

Output

  • output array

Definitions

News

  • News object
    • Author string
    • Categories string
    • Content string
    • NewsID integer
    • PlayerID integer
    • PlayerID2 integer
    • Source string
    • Team string
    • Team2 string
    • TeamID integer
    • TeamID2 integer
    • TermsOfUse string
    • TimeAgo string
    • Title string
    • Updated string
    • Url string