Socket
Socket
Sign inDemoInstall

intuned-airbyte-client

Package Overview
Dependencies
8
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    intuned-airbyte-client

node client for airbyte


Version published
Weekly downloads
4
increased by300%
Maintainers
2
Install size
2.04 MB
Created
Weekly downloads
 

Readme

Source

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)

FAQs

Last updated on 03 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc