Module @qbraid-core/base

qbraid

@qbraid-core/base

Stable npm

Base API client used for authentication, requests, and other core functionality for interacting with qBraid Cloud Services.

npm install @qbraid-core/base
import { QbraidClient } from '@qbraid-core/base';

const client = new QbraidClient();

const user = await client.getUser();

console.log(`email: ${user.email}`, `role: ${user.role}`);

This software is proprietary and subject to the terms of the qBraid Commercial Software License.

Classes

QbraidClient
QbraidConfigManager
QbraidError
QbraidSession

Interfaces

AuthData
DiskUsage
QbraidUser