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

2.1.16 • Public • Published

Installation:

$ npm i @or-sdk/bot-templates

Usage:

import { BotTemplates } from '@or-sdk/bot-templates'

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/bot-templates

Weekly Downloads

282

Version

2.1.16

License

Apache-2.0

Unpacked Size

45.6 kB

Total Files

35

Last publish

Collaborators

  • onereach.admin
  • onereach.user