0.10.1 • Published 7 months ago
@qbraid-core/base v0.10.1
@qbraid-core/base
Base API client used for authentication, requests, and other core functionality for interacting with qBraid Cloud Services.
Installation
npm install @qbraid-core/baseUsage Example
import { QbraidClient } from '@qbraid-core/base';
const client = new QbraidClient();
const user = await client.getUser();
console.log(`email: ${user.email}`, `role: ${user.role}`);License
This software is proprietary and subject to the terms of the qBraid Commercial Software License.