npm.io
0.9.17 • Published 2 years ago

grindery-nexus-client

Licence
MIT
Version
0.9.17
Deps
3
Size
504 kB
Vulns
21
Weekly
0

Grindery Nexus Client

JS wrapper for Nexus engine API

How to use

Install library

yarn add grindery-nexus-client

or

npm install grindery-nexus-client

Import client class
import NexusClient from 'grindery-nexus-client';
Init client
const client = new NexusClient();
Set authentication token
client.authenticate('{userToken}');
Call client methods
const listWorkflows = async () => {
  const workflows = await client.listWorkflows();
};

See full documentation in the DOCUMENTATION.md file.

Development

See DEVELOPMENT.md file.

License

MIT