Skip to content

Commit

Permalink
🐛Source Trustpilot: Fix refresh token URL (#42855)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkcodedev authored Jul 31, 2024
1 parent 6ae8fec commit 269f22e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: d7e23ea6-d741-4314-9209-a33c91a2e945
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
dockerRepository: airbyte/source-trustpilot
githubIssueLabel: source-trustpilot
icon: trustpilot.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.1"
version = "0.2.2"
name = "source-trustpilot"
description = "Source implementation for Trustpilot."
authors = [ "Airbyte <[email protected]>",]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ definitions:
client_id: "{{ config['credentials']['client_id'] }}"
client_secret: "{{ config['credentials']['client_secret'] }}"
refresh_token: "{{ config['credentials']['refresh_token'] }}"
token_refresh_endpoint: "https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/accesstoken?response_type=token"
token_refresh_endpoint: "https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/refresh"
grant_type: refresh_token
access_token_name: access_token

Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/trustpilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ The Trustpilot connector should not run into any limits under normal usage. Plea

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :-------------- |
| 0.2.1 | 2024-07-27 | [40267](https://github.com/airbytehq/airbyte/pull/40267) | Update dependencies |
| `0.2.2` | 2024-08-05 | [42855](https://github.com/airbytehq/airbyte/pull/42855) | Fix refresh token URL |
| `0.2.1` | 2024-07-27 | [40267](https://github.com/airbytehq/airbyte/pull/40267) | Update dependencies |
| `0.2.0` | 2024-08-01 | [36200](https://github.com/airbytehq/airbyte/pull/36200) | Migrate to Low Code |
| `0.1.1` | 2024-05-21 | [38487](https://github.com/airbytehq/airbyte/pull/38487) | [autopull] base image + poetry + up_to_date |
| `0.1.0` | 2023-03-16 | [24009](https://github.com/airbytehq/airbyte/pull/24009) | Initial version |
Expand Down

0 comments on commit 269f22e

Please sign in to comment.