Programatically control Airbyte Cloud through an API.
Authentication
Developers will need to create an API Key within your Developer Portal to make API requests. You can use your existing Airbyte account to log in to the Developer Portal. Once you are in the Developer Portal, use the API Keys tab to create or remove API Keys. You can see a walkthrough demo here🎦
The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
Summary
airbyte-api: Programmatically control Airbyte Cloud, OSS & Enterprise.
Table of Contents
Authentication
SDK Installation
SDK Example Usage
Available Resources and Operations
Error Handling
Server Selection
Custom HTTP Client
Authentication
SDK Installation
The SDK can be installed using the pip package manager, with dependencies and metadata stored in the setup.py file.
pip install airbyte-api
SDK Example Usage
|