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

1.2.31 • Public • Published

Installation:

$ npm i @or-sdk/account-settings

Usage:

import { AccountSettings } from '@or-sdk/account-settings'

// with direct api url
const accountSettings = new AccountSettings({
  token: 'my-account-token-string',
  sdkUrl: 'http://example.account-settings/endpoint'
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/account-settings

Weekly Downloads

619

Version

1.2.31

License

Apache-2.0

Unpacked Size

35.3 kB

Total Files

35

Last publish

Collaborators

  • onereach.user
  • onereach.admin