Skip to content

Commit

Permalink
chore(): refactoring types
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed May 21, 2024
1 parent 4b2b78a commit d3ee76e
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 705 deletions.
4 changes: 2 additions & 2 deletions examples/rest-private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { RestClient } from '../src';
async function start() {
try {
const account = {
key: process.env.API_KEY || '8b8eff02d6b6105d195e81684017a43d',
key: process.env.API_KEY || 'a4ed617b3c02b6a9d4900be5446f402d',
secret:
process.env.API_SECRET ||
'545055d0b75c9c2f9234369990bac79e3df4d2c9cda852a8531be65d901f5719',
'68151540a9808cd12bb57ed31e2fa868f5022879bf969eb27cfd7125c0dcea6e',
};

console.log('using creds: ', account);
Expand Down
Loading

0 comments on commit d3ee76e

Please sign in to comment.