Create an XML API client from a QuickBase client.
The main QuickBase client
Optional
Options for the XML client
XmlClient instance
const qb = createClient({ realm: 'myrealm', auth: {...} });const xml = createXmlClient(qb);const roles = await xml.getRoleInfo('bqxyz123'); Copy
const qb = createClient({ realm: 'myrealm', auth: {...} });const xml = createXmlClient(qb);const roles = await xml.getRoleInfo('bqxyz123');
Create an XML API client from a QuickBase client.