Software Development Kits
Software Development Kits allow programmatic access to the Prelude Service
Prelude hosts open-source SDKs in the Libraries repository. Multiple languages are supported, each wrapping the Prelude Service. An SDK is useful for building custom tooling or integrations.
Python
Example: The Prelude CLI is built on top of the Python SDK.
Install the SDK using pip: pip install prelude-sdk
.
JavaScript
Example: The Detect dashboard is built on top of the JavaScript SDK.
Install the SDK using Node: npm install @theprelude/sdk
Updated over 1 year ago