Skip to content

0xEmilio/liftdata-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Simple SDK for LifeData

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published