screeps-api
    Preparing search index...

    Interface UserCodeSetRequest

    POST /api/user/code response

    interface UserCodeSetRequest {
        branch: string;
        modules: UserCodeModules;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    branch: string

    The name of the branch

    ScreepsHttpClient.userBranches to list available branches

    JavaScript code and WASM binaries keyed by module name