Skip to content

Files

Latest commit

df3de93 · Dec 21, 2020

History

History

fantasydata_nba_v3_rotoballer_premium_news

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2020
Jun 12, 2018
Jun 12, 2018
Dec 21, 2020

@datafire/fantasydata_nba_v3_rotoballer_premium_news

Client library for NBA v3 RotoBaller Premium News

Installation and Usage

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

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

Description

Actions

PremiumNews

Premium News

fantasydata_nba_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_nba_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_nba_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

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