Service to handle the fetch of season data
Methods
# async inner getSeason(seasonId, tvShowId, segmentationValueopt) → {Promise.<Object>}
Get a single Season
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
seasonId |
String
|
Season ID |
|
tvShowId |
String
|
TVShow ID |
|
segmentationValue |
string
|
<optional> |
optional segment to get a different config |
Season
Promise.<Object>
# async inner getSeasons(id, segmentationValueopt) → {Promise.<Array.<any>>}
Season Services
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
id |
string
|
TVShow ID |
|
segmentationValue |
string
|
<optional> |
optional segment to get a different config |
Seasons
Promise.<Array.<any>>