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

0.1.38 • Public • Published

Installation:

$ npm i @or-sdk/library-categories

Usage:

import { LibraryCategories } from '@or-sdk/library-categories'

// with direct api url
const libraryCategories = new LibraryCategories({
  token: 'my-account-token-string',
  eventManagerUrl: 'http://example.library-categories/endpoint',
  providersAccountId: 'providers-account-id'
});

// with service discovery(slower)
const libraryCategories = new LibraryCategories({
  token: 'my-account-token-string',
  providersAccountId: 'providers-account-id',
  discoveryUrl: 'http://example.library-categories/endpoint',
});

Dependents (0)

Package Sidebar

Install

npm i @or-sdk/library-categories

Weekly Downloads

299

Version

0.1.38

License

Apache-2.0

Unpacked Size

24.2 kB

Total Files

28

Last publish

Collaborators

  • onereach.user
  • onereach.admin