0.1.0 • Published 1 year ago

intuned-airbyte-client v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago