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

2.1.22 • Public • Published

Installation:

$ npm i @or-sdk/step-templates

Usage:

import { StepTemplates } from '@or-sdk/step-templates'

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/step-templates

Weekly Downloads

1,548

Version

2.1.22

License

Apache-2.0

Unpacked Size

64.1 kB

Total Files

49

Last publish

Collaborators

  • onereach.user
  • onereach.admin