1.0.0 • Published 7 months ago

liftdata-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

LiftData-SDK

Simple SDK for LifeData (https://www.liftdata.ai/)

This SDK wraps the OpenAPI Spec published here: https://processing.dev-studio.liftdata.ai/openapi.json

More info on how to call these and what values to expect: https://processing.dev-studio.liftdata.ai/docs#/

Eventually I'll build this out more with inputs and all that..

Example

There is an examples folder, but to get this started

npm liftdata

then import the SDK; call

import createLiftSDK from 'liftdata';
....
const liftAPI = createLiftSDK(apiKey);
1.0.0

7 months ago