1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-whisky-hunter/bootstrap.md
Jared Rhizor e3ff75f3d6 🎉 New Source: Whisky Hunter API [low-code CDK] (#17918)
* initial commit for source-whisky-hunter

* better logs

* finish up connector

* fix catalog

* fix bug in connector_runner.py that doesn't allow falsey configs

* add bootstrap.md

* add docs

* fix typo

* fix source-accept test

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-21 09:25:40 -03:00

693 B

Core streams

Whisky Hunter is an API. Connector is implemented with the Airbyte Low-Code CDK.

Connector supports the following three streams:

  • auctions_data
    • Provides stats about specific auctions.
  • auctions_info
    • Provides information and metadata about recurring and one-off auctions.
  • distilleries_info
    • Provides information about distilleries.

Rate Limiting:

  • No published rate limit.

Authentication and Permissions:

  • No authentication.

See this link for the connector docs.