• Create an instance of the ChurchSuite JavaScript SDK

    Example

    const options = {
    "X-Account": "demo",
    "X-Application": "Example",
    "X-Auth": "1234567890abc",
    };
    const client = createClient(options);
    const user = await client.account.user();

    Parameters

    Returns ClientInstance

Generated using TypeDoc