The ClassDoAPIClient constructor
const client = new ClassDoAPIClient({ apiKey: 'xxxxxxxxxxxx' })
client.viewer.get(['id'], { rooms: { fields: ['id', 'name'] }}).then(v => {
console.log(v)
})
apiKey: API Key to call ClassDo public API.
Client to call Billing schema
Client to call mutation for invitations
Client to call Viewer schema
Client to call OrganizatoinMembers schema
Client to call Roles schema
Client to call RoomMembers schema
Client to call Rooms schema and mutation for rooms
Alias for organization property.
Generated using TypeDoc
The ClassDoAPIClient class encapsulates all logics to call ClassDo APIs from client side.