Using airbyte-sdk with airbyte.local

Go integration

Install
go get github.com/evris99/airbyte-sdk
Quick start
import "airbyte-sdk"

// Initialize client
client := airbyte-sdk.NewClient("YOUR_API_KEY")
Health Check
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/health
Returns the openapi specification
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/openapi
SDK on GitHub 📄 API Docs
SDK
airbyte-sdk
Go
API
airbyte.local
airbyte.local:config
At a glance
Language Go
Endpoints102
Base URLhttp://airbyte.local