mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 10:44:17 +00:00
10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuClient } from '../build';
|
|
|
|
dotenv.config();
|
|
|
|
const client = TribufuClient.fromEnv();
|
|
const clientId = client.getClientId();
|