Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quadient/evolve-generate-api-client

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quadient/evolve-generate-api-client

Library for generate api.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Evolve Front Office Scripting Utils

Overview

This package contains an API client for communicating with Generate in Inspire Evolve.

Add to project:

npm install @quadient/evolve-generate-api-client

Api Client Methods

  • createWorkingFolder - Creates a working folder for your batch job.
  • increaseHitCount - Increases the hit count for the specified processing pipeline. After a specific number of hits (set in GUI), the pipeline is triggered.
  • startBatchJob - Starts a batch job using a defined processing pipeline.

Examples

const generateClient = new GenerateApiClient(connector);

const createWorkingFolderResponse = generateClient.createWorkingFolder(name, expiration);
const startBatchJobResponse = generateClient.startBatchJob(pipelineName, createWorkingFolderResponse.workingFolderId);
const batchJobId = startBatchJobResponse.batchJobId;

FAQs

Package last updated on 17 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc