Using airbyte with airbyte.local

Go integration

Install

go get github.com/bitstrapped/airbyte

Quick start

import "airbyte"

// Initialize client
client := airbyte.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
Go
API
airbyte.local
airbyte.local:config

At a glance

Language Go
Endpoints102
Base URLhttp://airbyte.local