intuned-airbyte-client
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

scripts

  • yarn generate: generate openapi typescript api calls using typescript-fetch
  • yarn build: generate javascript files and typescript definitions into lib
  • yarn 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)

/intuned-airbyte-client/

    Package Sidebar

    Install

    npm i intuned-airbyte-client

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    1.57 MB

    Total Files

    416

    Last publish

    Collaborators

    • ilaiwi
    • rtheeb