grindery-nexus-client
v0.9.17
Published
JS wrapper for Nexus engine API
Downloads
9
Readme
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
