0.9.17 • Published 10 months ago

grindery-nexus-client v0.9.17

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

10 months ago

1.0.6

10 months ago

0.9.16

10 months ago

0.9.17

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

0.9.13

1 year ago

0.9.14

1 year ago

1.0.0

1 year ago

0.9.12

1 year ago

0.9.10

1 year ago

0.9.11

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.9

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.7.0

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.6.1

2 years ago

0.2.3

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago