mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-18 09:35:44 +00:00
Update examples
This commit is contained in:
parent
d743c1b53f
commit
81cabdd26c
4 changed files with 14 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
import dotenv from 'dotenv';
|
||||
import { TribufuClient } from '../build';
|
||||
import { TribufuClient } from '../build/index.mjs';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
const client = TribufuClient.fromEnv();
|
||||
const client = TribufuClient.fromEnv("TRIBUFU");
|
||||
const clientId = client.getClientId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue