yolkbot
    Preparing search index...

    Interface CustomProxies

    Custom proxies that can be configured for each endpoint on a Bot

    interface CustomProxies {
        firebase?: string;
        game?: string;
        matchmaker?: string;
        services?: string;
    }
    Index

    Properties

    firebase?: string

    A proxy for the Firebase endpoints

    game?: string

    A proxy for the game endpoints

    matchmaker?: string

    A proxy for the matchmaker endpoint

    services?: string

    A proxy for the services endpoint