coalitionify-sdk v0.0.4
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');
6 months ago
6 months ago
6 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago