2.0.0 • Published 4 years ago

@liteflow/api v2.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

@liteflow/api

This library responsible for the communication with the MESG Engine API. It handles the conversion of the data to protobuf messages sent to the GRPC server providing functions with promises for unary calls and event emitters for the different streams that are available in the API.

Contents

Installation

npm install @liteflow/api

API

const API = require('@liteflow/api')
const api = new API('http://localhost:1317')

You can now use the following modules from the API with one of the following:

2.0.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.0

4 years ago