2.9.9 • Published 2 years ago

juno-node-sdk-v1 v2.9.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Juno Node SDK

Initialization

The initialization can be performed either by ENVIRONMENT variables or by JunoSDK constructor.

Environment variables

You must set following environment variables:

# V1
export JUNO_TOKEN=YOUR_TOKEN
export JUNO_ENV=sandbox|production

JunoSDK constructor

/*
* For V1
*/
export { JunoSDK, JunoEnvironments } from 'juno-node-sdk-v1';

const juno = new JunoSDK({
  token: 'YOUR_TOKEN',
  environment: JunoEnvironments.Sandbox
});
2.9.9

2 years ago

2.9.8

2 years ago

2.9.7

2 years ago

2.9.6

2 years ago