Skip to main content

RobloxApiUtils

Functions

promiseDump

RobloxApiUtils.promiseDump() → Promise<table>

Retrieves the raw API dump from the web.

Show raw api
{
    "functions": [
        {
            "name": "promiseDump",
            "desc": "Retrieves the raw API dump from the web.",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Promise<table>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 17,
                "path": "src/roblox-api-dump/src/Server/RobloxApiUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RobloxApiUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/roblox-api-dump/src/Server/RobloxApiUtils.lua"
    }
}