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.1 | 2024-09-16 | 45608 | Initial release by @btkcodedev via Connector Builder |