@or-sdk/password
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

Installation:

$ npm i @or-sdk/password

Usage:

import { Password } from '@or-sdk/password'

// with direct api url
const passwords = new Password({
  token: 'my-account-token-string',
  sdkApiUrl: 'http://example.password/endpoint'
});

// with service discovery(slower)
const passwords = new Password({
  token: 'my-account-token-string',
  discoveryUrl: 'http://example.password/endpoint'
});

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/password

Weekly Downloads

320

Version

1.1.7

License

Apache-2.0

Unpacked Size

21 kB

Total Files

28

Last publish

Collaborators

  • onereach.user
  • onereach.admin