0.0.4 • Published 6 months ago

coalitionify-sdk v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Coalitionify SDK

The Coalitionify SDK is a TypeScript library that enables integration with the Coalitionify API. This SDK provides methods for interacting with Coalitionify workflows, including retrieving job skeletons and triggering jobs using client credentials.

Installation

To install the Coalitionify SDK in your Node.js project, use one of the following methods:

Using npm:

npm install coalitionify-sdk

Usage

// Generate your credentials from coalitionify admin console( client-id, secret-key and project-id)

// Create a new instance of the SDK const sdk = new CoalitionifySdk();

// Initialize the SDK with valid credentials sdk.init('your-client-id', 'your-secret-key', 'your-project-id');

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

8 months ago

2.0.9

8 months ago

2.0.8

8 months ago

2.0.7

8 months ago

2.0.6

8 months ago

2.0.5

8 months ago

2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago