grindery-nexus-client
TypeScript icon, indicating that this package has built-in type declarations

0.9.17 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i grindery-nexus-client

Weekly Downloads

11

Version

0.9.17

License

MIT

Unpacked Size

516 kB

Total Files

20

Last publish

Collaborators

  • milukove