1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/docs/integrations/sources/judge-me-reviews.md
octavia-bot-hoard[bot] e3718518f3 🐙 source-judge-me-reviews: run up-to-date pipeline [2025-11-25] (#70196)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-25 00:10:37 -08:00

42 lines
2.4 KiB
Markdown

# Judge.me Reviews
Get Reviews from Judge.me Reviews: https://judge.me/
API: https://judge.me/api/docs#tag/Reviews/operation/reviews#index
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
| `start_date` | `string` | Start date. | |
| `shop_domain` | `string` | Shop Domain. example.myshopify.com | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| reviews | id | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.15 | 2025-11-25 | [70196](https://github.com/airbytehq/airbyte/pull/70196) | Update dependencies |
| 0.0.14 | 2025-11-18 | [69528](https://github.com/airbytehq/airbyte/pull/69528) | Update dependencies |
| 0.0.13 | 2025-10-29 | [68796](https://github.com/airbytehq/airbyte/pull/68796) | Update dependencies |
| 0.0.12 | 2025-10-21 | [68510](https://github.com/airbytehq/airbyte/pull/68510) | Update dependencies |
| 0.0.11 | 2025-10-14 | [67938](https://github.com/airbytehq/airbyte/pull/67938) | Update dependencies |
| 0.0.10 | 2025-10-07 | [67360](https://github.com/airbytehq/airbyte/pull/67360) | Update dependencies |
| 0.0.9 | 2025-09-30 | [66788](https://github.com/airbytehq/airbyte/pull/66788) | Update dependencies |
| 0.0.8 | 2025-09-09 | [66060](https://github.com/airbytehq/airbyte/pull/66060) | Update dependencies |
| 0.0.7 | 2025-08-23 | [65349](https://github.com/airbytehq/airbyte/pull/65349) | Update dependencies |
| 0.0.6 | 2025-08-09 | [64628](https://github.com/airbytehq/airbyte/pull/64628) | Update dependencies |
| 0.0.5 | 2025-08-02 | [64186](https://github.com/airbytehq/airbyte/pull/64186) | Update dependencies |
| 0.0.4 | 2025-07-26 | [63890](https://github.com/airbytehq/airbyte/pull/63890) | Update dependencies |
| 0.0.3 | 2025-07-19 | [63466](https://github.com/airbytehq/airbyte/pull/63466) | Update dependencies |
| 0.0.2 | 2025-07-12 | [63143](https://github.com/airbytehq/airbyte/pull/63143) | Update dependencies |
| 0.0.1 | 2025-06-18 | | Initial release by [@nmtruong93](https://github.com/nmtruong93) via Connector Builder |
</details>