@mikelaferriere/espn-api
Preparing search index...
NewsResponse
Interface NewsResponse
interface
NewsResponse
{
articles
:
{
byline
:
string
;
categories
:
{
id
:
string
;
team
:
{
id
:
string
}
;
type
:
string
}
[]
;
description
:
string
;
headline
:
string
;
id
:
string
;
images
:
{
height
:
number
;
name
:
string
;
type
:
string
;
url
:
string
;
width
:
number
;
}
[]
;
lastModified
:
string
;
links
:
Link
[]
;
published
:
string
;
shortHeadline
:
string
;
story
:
string
;
type
:
string
;
}
[]
;
}
Index
Properties
articles
Properties
articles
articles
:
{
byline
:
string
;
categories
:
{
id
:
string
;
team
:
{
id
:
string
}
;
type
:
string
}
[]
;
description
:
string
;
headline
:
string
;
id
:
string
;
images
:
{
height
:
number
;
name
:
string
;
type
:
string
;
url
:
string
;
width
:
number
;
}
[]
;
lastModified
:
string
;
links
:
Link
[]
;
published
:
string
;
shortHeadline
:
string
;
story
:
string
;
type
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
articles
@mikelaferriere/espn-api
Loading...