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

1.8.20 • Public • Published

Installation:

$ npm i @or-sdk/tickets

Usage:

import { Tickets } from '@or-sdk/tickets'

const tickets = new Tickets({
  token: 'my-account-token-string',
  ticketsApiUrl: 'http://example.tickets/endpoint'
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/tickets

Weekly Downloads

102

Version

1.8.20

License

Apache-2.0

Unpacked Size

108 kB

Total Files

140

Last publish

Collaborators

  • onereach.user
  • onereach.admin