1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/buzzsprout.md

1.6 KiB

Buzzsprout

This page contains the setup guide and reference information for the Buzzsprout source connector.

Documentation reference:

Visit https://github.com/buzzsprout/buzzsprout-api/tree/master/sections for API documentation

Authentication setup

Source-buzzsprout uses API keys and podcast id for its authentication, Visit https://www.buzzsprout.com/my/profile/api for getting api key and podcast id Visit https://github.com/buzzsprout/buzzsprout-api/tree/master?tab=readme-ov-file#authentication for knowing more about authentication.

Configuration

Input Type Description Default Value
api_key string API Key.
podcast_id string Podcast ID. Podcast ID found in my/profile/api
start_date string Start date.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
episodes id No pagination
podcasts id No pagination

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2024-10-28 47645 Update dependencies
0.0.1 2024-09-16 45608 Initial release by @btkcodedev via Connector Builder