intuned-airbyte-client
v0.1.0
Published
node client for airbyte
Downloads
2
Readme
scripts
yarn generate
: generate openapi typescript api calls using typescript-fetchyarn build
: generate javascript files and typescript definitions into libyarn publish
: will publish package to npm
import AirByteClient from 'intuned-airbyte-client'
const client = new AirByteClient({
basePath: `${basePath}/api`,
username: `${username}`,
password: `${password}`,
})
client.healthApi().getHealthCheck().then(console.log)