* 🎉 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>
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
# Aha API
|
|
API Documentation link [here](https://www.aha.io/api)
|
|
## Overview
|
|
|
|
The Aha API source supports full refresh syncs
|
|
|
|
### Output schema
|
|
|
|
Two output streams are available from this source:
|
|
|
|
*[features](https://www.aha.io/api/resources/features/list_features).
|
|
*[products](https://www.aha.io/api/resources/products/list_products_in_the_account).
|
|
|
|
### Features
|
|
|
|
| Feature | Supported? |
|
|
|:------------------|:-----------|
|
|
| Full Refresh Sync | Yes |
|
|
| Incremental Sync | No |
|
|
|
|
### Performance considerations
|
|
|
|
Rate Limiting information is updated [here](https://www.aha.io/api#rate-limiting).
|
|
|
|
## Getting started
|
|
|
|
### Requirements
|
|
|
|
* Aha API Key.
|
|
|
|
### Connect using `API Key`:
|
|
|
|
1. Generate an API Key as described [here](https://www.aha.io/api#authentication).
|
|
2. Use the generated `API Key` in the Airbyte connection.
|
|
|
|
## Changelog
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------|
|
|
| 0.1.0 | 2022-11-02 | [18883](https://github.com/airbytehq/airbyte/pull/18893) | 🎉 New Source: Aha | |