Protected
Readonly
baseReadonly
ERR_Protected
doA generic request helper.
The path to send the request to.
The request RequestInit | Configuration.
Protected
doSend a GET request.
The path to send the request to.
Protected
doSend a POST request.
THe path to send the request to.
Optional
bodyData: DThe body-data to send.
The data-type of the bodyData.
Get the daily rankings for a ScoreboardCategory.
The GetDailyRankingsRequest
to send
Get the page count of the daily rankings for a ScoreboardCategory.
The GetDailyRankingsPageCountRequest
to send.
Request the daily-run seed.
The active daily-run seed as string
.
Protected
toHelper to transform data to URLSearchParams
Any key with a value of undefined
will be ignored.
Any key with a value of null
will be included.
the data to transform to URLSearchParams
a URLSearchParams representaton of data
A wrapper for daily-run PokéRogue API requests.