Globus SDK for JavaScript
    Preparing search index...

    Module Client - Globus Connect Server Manager API

    A wrapper around the Globus Connect Server Manager API that binds various Globus Connect Server resources to a single configuration object (GCSConfiguration).

    import { getClient } from "@globus/sdk/lib/services/globus-connect-server/client";

    const client = getClient({
    host: "https://fa5e.bd7c.data.globus.org",
    endpoint_id: "ac9cb54b-fc48-4824-b801-1388baf0a909",
    });

    const result = await client.endpoint.get();

    Functions

    getClient