0.9.17 • Published 2 years ago
grindery-nexus-client v0.9.17
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
0.9.15
2 years ago
1.0.6
2 years ago
0.9.16
2 years ago
0.9.17
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
0.9.13
2 years ago
0.9.14
2 years ago
1.0.0
2 years ago
0.9.12
2 years ago
0.9.10
2 years ago
0.9.11
2 years ago
0.9.8
3 years ago
0.9.7
3 years ago
0.9.9
2 years ago
0.9.4
3 years ago
0.9.3
3 years ago
0.9.6
3 years ago
0.9.5
3 years ago
0.9.0
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.9.2
3 years ago
0.9.1
3 years ago
0.7.0
3 years ago
0.3.0
3 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.6.1
3 years ago
0.2.3
3 years ago
0.2.4
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago