juno-node-sdk-v1
TypeScript icon, indicating that this package has built-in type declarations

2.9.9 • Public • Published

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
});

Readme

Keywords

none

Package Sidebar

Install

npm i juno-node-sdk-v1

Weekly Downloads

0

Version

2.9.9

License

MIT

Unpacked Size

167 kB

Total Files

170

Last publish

Collaborators

  • zeowna