Constructor
new CardDumpRequest(season)
Parameters:
Name | Type | Description |
---|---|---|
season |
number | Season to request the Data Dump of |
Members
(package) filename :FileNamerCard
Type:
- FileNamerCard
Methods
getFilePath()
(async) send() → {Promise.<Array.<types.DumpCard>>}
Only cards fulfilling the filter
are returned.
Returns:
- Type
- Promise.<Array.<types.DumpCard>>
setFilter(filter)
Parameters:
Name | Type | Description |
---|---|---|
filter |
Factory.FactoryDecider.<types.DumpCard> |