@datafire/fantasydata_nba_v3_rotoballer_articles

4.0.0 • Public • Published

@datafire/fantasydata_nba_v3_rotoballer_articles

Client library for NBA v3 RotoBaller Articles

Installation and Usage

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

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

Description

Actions

RotoballerArticles

RotoBaller Articles

fantasydata_nba_v3_rotoballer_articles.RotoballerArticles({
  "format": ""
}, context)

Input

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

Output

RotoballerArticlesByDate

RotoBaller Articles by Date

fantasydata_nba_v3_rotoballer_articles.RotoballerArticlesByDate({
  "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

RotoballerArticlesByPlayer

RotoBaller Articles by Player

fantasydata_nba_v3_rotoballer_articles.RotoballerArticlesByPlayer({
  "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

Definitions

Article

  • Article object
    • ArticleID integer
    • Author string
    • Content string
    • Players array
    • Source string
    • TermsOfUse string
    • Title string
    • Updated string
    • Url string

PlayerInfo

  • PlayerInfo object
    • Name string
    • PlayerID integer
    • Position string
    • Team string
    • TeamID integer

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/fantasydata_nba_v3_rotoballer_articles

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

8.36 kB

Total Files

4

Last publish

Collaborators

  • datafire