TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface RegionsObjApi

    Region configuration object interface (flat, mutually exclusive) A region is either:

    • API/SSE pair (no tdeploy), or
    • TDeploy (no api/sse)
    interface RegionsObjApi {
        api: string;
        sse: string;
        tdeploy?: never;
    }
    Index

    Properties

    Properties

    api: string

    API endpoint URL

    sse: string

    Server-sent events endpoint URL

    tdeploy?: never

    Disallow tdeploy when api/sse present