1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/docs/integrations/sources/aha.md
Balaji Seetharaman 4fbd061b2b 🎉 New Source: Aha (#18893)
* 🎉 New Source: Aha

* addressing the comments

* addressing review comments

* addressing review comments & removing newly added EoL

* fixing end of file line

* fixing end of file line

* including paginator

* Fixing the pagination issue

* Removing the contents from sample_config.json

* fix schema, tests and add aha to source def

* format files

* 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-11-14 23:44:58 -03:00

1.2 KiB

Aha API

API Documentation link here

Overview

The Aha API source supports full refresh syncs

Output schema

Two output streams are available from this source:

*features. *products.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No

Performance considerations

Rate Limiting information is updated here.

Getting started

Requirements

  • Aha API Key.

Connect using API Key:

  1. Generate an API Key as described here.
  2. Use the generated API Key in the Airbyte connection.

Changelog

Version Date Pull Request Subject
0.1.0 2022-11-02 18883 🎉 New Source: Aha