byu-event-hub-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Event Hub JavaScript SDK

TypeScript/JavaScript client that utilizes Fetch API. The Node module can be used as:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

Usage

npm i -S byu-event-hub-sdk

ES6 imports:

import * as eventHub from 'byu-event-hub-sdk';
import {operationId} from 'byu-event-hub-sdk';

The CommonJS syntax:

import eventHub = require('byu-event-hub-sdk');

Readme

Keywords

Package Sidebar

Install

npm i byu-event-hub-sdk

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Last publish

Collaborators

  • tomdavidson