1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/airbyte-integrations/connectors/source-punk-api/bootstrap.md
btkcodedev 8e9eaa8b66 🎉 New Source: Punk API [low-code cdk] (#18724)
* New source: punkapi

* chore: Added docs, fix: Streams, Test: Pass

* chore: Add doc URL

* All comments resolved

* Resolve Merge conflicts

* Resolve Merge conflicts

* feat: Added paginator, Introduced request params

* feat: fixed paginator

* add punk api to source def

* update sample file

* rebase

* auto-bump connector version

Co-authored-by: btkcodedev <btk.codedev@gmail.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-16 15:52:31 -03:00

1.0 KiB

Punk-API

The connector uses the v2 API documented here: https://punkapi.com/documentation/v2 . It is straightforward HTTP REST API with API authentication.

API key

Api key is not required for this connector to work,But a dummy key need to be passed to enhance in next versions. Example:123 Just pass the dummy API key and optional parameter for establishing the connection. Example:123

Implementation details

Setup guide

Step 1: Set up Punk-API connection

  • Pass a dummy API key (Example: 12345)
  • Params (Optional ID)

Step 2: Generate schema for the endpoint

Custom schema is generated and tested with different IDs

Step 3: Spec, Secrets, and connector yaml files are configured with reference to the Airbyte documentation.

In a nutshell:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your dummy api_key.
  4. Enter the params configuration if needed: ID (Optional)
  5. Click Set up source.
  • We use only GET methods, towards the beers endpoints which is straightforward