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

2.3.4 • Public • Published

Installation:

$ npm i @or-sdk/flows

Usage:

import { Flows } from '@or-sdk/flows'

// with direct api url
const flows = new Flows({
  token: 'my-account-token-string',
  dataHubSvcUrl: 'http://example.data-hub-svc/endpoint',
  deployerUrl: 'http://example.deployer/endpoint'
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/flows

Weekly Downloads

1,351

Version

2.3.4

License

Apache-2.0

Unpacked Size

103 kB

Total Files

56

Last publish

Collaborators

  • onereach.admin
  • onereach.user