Skip to content

Commit

Permalink
modify icon, readme, metadata, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev committed Sep 16, 2024
1 parent 9aed7d2 commit f8f050d
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 16 deletions.
11 changes: 7 additions & 4 deletions airbyte-integrations/connectors/source-buzzsprout/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Buzzsprout
This directory contains the manifest-only connector for `source-buzzsprout`.

Website: https://www.buzzsprout.com/
API Docs: https://github.com/buzzsprout/buzzsprout-api/tree/master/sections
Auth Docs: https://github.com/buzzsprout/buzzsprout-api/tree/master?tab=readme-ov-file#authentication
API Keys page: https://www.buzzsprout.com/my/profile/api
## Documentation reference:
Visit `https://github.com/buzzsprout/buzzsprout-api/tree/master/sections` for API documentation

## Authentication setup
`Source-algolia` 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.

## Usage
There are multiple ways to use this connector:
Expand Down
31 changes: 28 additions & 3 deletions airbyte-integrations/connectors/source-buzzsprout/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
airbyte_secret: true
podcast_id:
type: string
description: Podcast ID found in `my/profile/api`
description: Podcast ID found in `https://www.buzzsprout.com/my/profile/api`
title: Podcast ID
order: 1
start_date:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadataSpecVersion: "1.0"
data:
allowedHosts:
hosts:
- "*"
- "www.buzzsprout.com"
registryOverrides:
oss:
enabled: true
Expand Down
19 changes: 12 additions & 7 deletions docs/integrations/sources/buzzsprout.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Buzzsprout
Website: https://www.buzzsprout.com/
API Docs: https://github.com/buzzsprout/buzzsprout-api/tree/master/sections
Auth Docs: https://github.com/buzzsprout/buzzsprout-api/tree/master?tab=readme-ov-file#authentication
API Keys page: https://www.buzzsprout.com/my/profile/api
This page contains the setup guide and reference information for the [Buzzsprout](https://www.buzzsprout.com/) 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

Expand All @@ -23,8 +28,8 @@ API Keys page: https://www.buzzsprout.com/my/profile/api
<details>
<summary>Expand to review</summary>

| Version | Date | Subject |
|------------------|------------|----------------|
| 0.0.1 | 2024-09-16 | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder|
| Version | Date |PR| Subject |
|------------------|------------|---|----------------|
| 0.0.1 | 2024-09-16 |[45608](https://github.com/airbytehq/airbyte/pull/45608)| Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder|

</details>

0 comments on commit f8f050d

Please sign in to comment.