screeps-api
    Preparing search index...

    Interface ScreepsHttpConfig

    Configuration and options for ScreepsHttpClient

    interface ScreepsHttpConfig {
        app: ScreepsAppConfig;
        parsed?: ScreepsJsonConfig | ScreepsYamlConfig;
        server: Readonly<ScreepsServerConfig>;
    }
    Index

    Properties

    Properties

    The config file parsed (but not normalized) by ScreepsConfigManager. Apps can use this to determine which other server names and client configs are available.

    server: Readonly<ScreepsServerConfig>

    Configuration for the Screeps World server to which this client should connect