@qbraid-core/base
v0.11.0
Published
Core functionality for interacting with qBraid Cloud Services.
Downloads
38
Maintainers
Readme
@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.
