Create an instance of the ChurchSuite JavaScript SDK
const options = { "X-Account": "demo", "X-Application": "Example", "X-Auth": "1234567890abc",};const client = createClient(options);const user = await client.account.user();
Generated using TypeDoc
Create an instance of the ChurchSuite JavaScript SDK
Example