Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
# Chift
|
|
Chift is a tool that allows for the integration of financial data into SaaS products.
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `client_id` | `string` | Client Id. | |
|
|
| `account_id` | `string` | Account Id. | |
|
|
| `client_secret` | `string` | Client Secret. | |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| consumers | consumerid | No pagination | ✅ | ❌ |
|
|
| connections | connectionid | No pagination | ✅ | ❌ |
|
|
| syncs | | No pagination | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
|------------------|-------------------|--------------|----------------|
|
|
| 0.0.1 | 2025-10-13 | | Initial release by [@FVidalCarneiro](https://github.com/FVidalCarneiro) via Connector Builder |
|
|
|
|
</details> |