DataFire integration for MLB v3 RotoBaller Articles
npm install @datafire/fantasydata_mlb_v3_rotoballer_articlesClient library for MLB v3 RotoBaller Articles
bash
npm install --save @datafire/fantasydata_mlb_v3_rotoballer_articles
`
`js
let fantasydata_mlb_v3_rotoballer_articles = require('@datafire/fantasydata_mlb_v3_rotoballer_articles').create({
apiKeyHeader: "",
apiKeyQuery: ""
});.then(data => {
console.log(data);
});
`Description
Actions
$3
RotoBaller Articles
`js
fantasydata_mlb_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
* output
array
* items Article$3
RotoBaller Articles By Date
`js
fantasydata_mlb_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
* output
array
* items Article$3
RotoBaller Articles By Player
`js
fantasydata_mlb_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
* output
array
* items ArticleDefinitions
$3
* Article object
* ArticleID integer
* Author string
* Content string
* Players array
* items PlayerInfo
* Source string
* TermsOfUse string
* Title string
* Updated string
* Url string$3
* PlayerInfo object
* Name string
* PlayerID integer
* Position string
* Team string
* TeamID integer`