0.10.1 • Published 7 months ago

@qbraid-core/base v0.10.1

Weekly downloads
-
License
Proprietary
Repository
github
Last release
7 months ago

@qbraid-core/base

Stable npm

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

Installation

npm install @qbraid-core/base

Usage 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.