FetchDump
This item is only intended to be used by the module's authors. Private
Functions
fetchLatestVersionHash
FetchDump.
fetchLatestVersionHash
(
) →
string
Fetches the latest Roblox version hash from the Roblox API.
fetchVersionHash
FetchDump.
fetchVersionHash
(
version:
string?
) →
string
Fetches the Roblox version hash for the given version from the Roblox API. If no version is provided, it will default to the current version.
fetchVersionHashWithFallback
FetchDump.
fetchVersionHashWithFallback
(
version:
string?
) →
string
Fetches the Roblox version hash for the given version from the Roblox API. If no version is provided, it will default to the current version. If the version hash cannot be found within the deployment history, it will fallback to the latest version hash on the server.
fetchDump
Fetches the API dump for the current version of Roblox from the Roblox API. If a hash or version is provided, it will attempt to fetch the dump for that hash or version.