-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fields in source-connectors specifications: retently (#9045)
* Files title/description update for issue # 8914 * Version update for issue # 8914 * Update airbyte-integrations/connectors/source-retently/source_retently/spec.json Update description Co-authored-by: Anna Lvova <[email protected]> * Update airbyte-integrations/connectors/source-retently/source_retently/spec.json Update Description Co-authored-by: Anna Lvova <[email protected]> * add doc * add doc * bump version Co-authored-by: Anna Lvova <[email protected]> Co-authored-by: alvova <[email protected]>
- Loading branch information
1 parent
0e1073d
commit 1e4eea2
Showing
6 changed files
with
64 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Retently | ||
|
||
## Overview | ||
|
||
The Retently source supports full refresh sync. | ||
|
||
### Output schema | ||
|
||
Several output streams are available from this source: | ||
|
||
* [Customers](https://www.retently.com/api/#api-get-customers-get) | ||
* [Companies](https://www.retently.com/api/#api-get-companies-get) | ||
* [Reports](https://www.retently.com/api/#api-get-reports-get) | ||
|
||
If there are more endpoints you'd like Airbyte to support, please [create an issue](https://github.com/airbytehq/airbyte/issues/new/choose). | ||
|
||
### Features | ||
|
||
| Feature | Supported? | | ||
| :--- | :--- | | ||
| Full Refresh Sync | Yes | | ||
| Incremental Sync | No | | ||
| SSL connection | No | | ||
| Namespaces | No | | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Retently Account | ||
* Retently API Token | ||
|
||
### Setup guide | ||
|
||
Retently supports two types of authentication: by API Token or using Retently oAuth application. | ||
|
||
You can get the API Token for Retently [here](https://app.retently.com/settings/api/tokens). | ||
OAuth application is [here](https://app.retently.com/settings/oauth). | ||
|
||
## Changelog | ||
|
||
| Version | Date | Pull Request | Subject | | ||
| :--- | :--- | :--- | :--- | | ||
| 0.1.2 | 2021-12-28 | [9045](https://github.com/airbytehq/airbyte/pull/9045) | Update titles and descriptions | | ||
| 0.1.1 | 2021-12-06 | [8043](https://github.com/airbytehq/airbyte/pull/8043) | 🎉 Source Retently: add OAuth 2.0 | | ||
| 0.1.0 | 2021-11-02 | [6966](https://github.com/airbytehq/airbyte/pull/6966) | 🎉 New Source: Retently | |