{"id":18437397,"url":"https://github.com/harshithmullapudi/airbyte-sdk","last_synced_at":"2025-04-07T20:34:12.791Z","repository":{"id":45907610,"uuid":"514897812","full_name":"harshithmullapudi/airbyte-sdk","owner":"harshithmullapudi","description":"airbyte-sdk is a package to manage Airbyte configurations through your code","archived":false,"fork":false,"pushed_at":"2022-07-20T17:44:11.000Z","size":431,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T00:24:35.983Z","etag":null,"topics":["airbyte","api-client","sdk"],"latest_commit_sha":null,"homepage":"https://harshithmullapudi.github.io/airbyte-sdk/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshithmullapudi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":[],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-07-17T16:34:54.000Z","updated_at":"2024-05-08T18:16:01.000Z","dependencies_parsed_at":"2022-08-26T12:23:53.347Z","dependency_job_id":null,"html_url":"https://github.com/harshithmullapudi/airbyte-sdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshithmullapudi%2Fairbyte-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshithmullapudi%2Fairbyte-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshithmullapudi%2Fairbyte-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshithmullapudi%2Fairbyte-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshithmullapudi","download_url":"https://codeload.github.com/harshithmullapudi/airbyte-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247726003,"owners_count":20985811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airbyte","api-client","sdk"],"created_at":"2024-11-06T06:14:40.042Z","updated_at":"2025-04-07T20:34:07.780Z","avatar_url":"https://github.com/harshithmullapudi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# airbyte-sdk\n\n## Disclaimer\n\nThe project is in **alpha** version.\nReaders can refer to our [opened GitHub issues](https://github.com/harshithmullapudi/airbyte-sdk) to check the ongoing work on this project.\n\n## What is `airbyte-sdk`?\n\nairbyte-sdk is a package to manage Airbyte configurations through your code.\nIt can handle CRUD for sources, destinations, definitions and connections. It also has some commonly used functions to make the usage simpler.\n\n## When should I use `airbyte-sdk`?\n\nWhen you want to handle Airbyte configurations through some automation or through API. You can also make use of this while creating some scripts.\n\n## Table of content\n\n- [Install](#install)\n- [Configuration](#configuration)\n- [Classes and functions](#classes-functions)\n- [Contributing](#contributing)\n- [Example](#example)\n\n## Install\n\nYour project need to support node version 16 or above\n\nUsing npm:\n\n```bash\n$ npm install airbyte-sdk\n```\n\nUsing yarn:\n\n```bash\n$ yarn add airbyte-sdk\n```\n\n## Configuration\n\nYou will have to provide the base url for the Airbyte instance.\n\n```js\nsetAirbyteHost('http://localhost:8001/');\n```\n\nYou can also set default headers as described below\n\n```js\nsetAuthenticationHeaders(headers);\n```\n\n## Classes and functions\n\nYou can go through the following [URL](https://harshithmullapudi.github.io/airbyte-sdk/)\n\n## Contributing\n\n1. Go to https://github.com/harshithmullapudi/airbyte-sdk\n2. Create an issue if the issue is not already created, attach a tag [Bug, Improvement]\n3. Fork the repo, code and test thoroughly.\n4. Open a PR on the repo from your fork.\n\n## Examples\n\n```js\nvar { setAirbyteHost, Source, WorkspaceModel } = require('airbyte-sdk');\n\nasync function main() {\n  setAirbyteHost('http://localhost:8000');\n\n  const workspaceModel = await WorkspaceModel.createWorkspaceInstanceFromId(\n    '29cfb153-40a9-478a-a37c-f519560459b2',\n  );\n  const source = new Source(workspaceModel);\n  const allSources = await source.getAllSources();\n  console.log(allSources);\n}\n\nmain();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshithmullapudi%2Fairbyte-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshithmullapudi%2Fairbyte-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshithmullapudi%2Fairbyte-sdk/lists"}