Typescript
Getting Started
Learn how to integrate using the Typescript Client Library
The Lume Typescript Client Library is currently in beta. Please reach out to our support team if you have any questions or feature requests, or encounter any bugs.
Install
Download the Typescript Client Library using your favorite package manager.
Quickstart
Retrieve your input data and target schema.
data.json
Our internal schema can be represented in JSON Schema format as follows:
schema.json
All we need to do is create a flow with our target schema and run it with our source data to retrieve the transformed data:
Usage
Refer to the Library Overview for more information. The full client library is viewable on GitHub. For more detailed examples, check out our Quickstart Guide.