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

2.1.8 • 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.bot-templates/endpoint'
});

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/bot-templates

Weekly Downloads

586

Version

2.1.8

License

Apache-2.0

Unpacked Size

43.4 kB

Total Files

35

Last publish

Collaborators

  • onereach.user
  • onereach.admin