@devrev/ts-adaas
v1.15.0
Published
Typescript library containing the ADaaS(AirDrop as a Service) control protocol.
Readme
Airdrop SDK
Overview
The Airdrop SDK for TypeScript helps developers build snap-ins that integrate with DevRev’s Airdrop platform. This SDK simplifies the workflow for handling data extraction and loading, event-driven actions, state management, and artifact handling.
It provides features such as:
- Type Definitions: Structured types for Airdrop control protocol
- Event Management: Easily emit events for different extraction or loading phases
- State Handling: Update and access state in real-time within tasks
- Artifact Management: Supports batched storage of artifacts
- Error & Timeout Support: Error handling and timeout management for long-running tasks
Installation
npm install @devrev/ts-adaasReference
Please refer to the REFERENCE.md file for more information on the types, interfaces and functions used in the library.
