Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindar-open/trustpilot-client
https://github.com/lindar-open/trustpilot-client
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lindar-open/trustpilot-client
- Owner: lindar-open
- License: apache-2.0
- Created: 2021-09-20T13:13:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T16:43:50.000Z (about 2 years ago)
- Last Synced: 2024-07-17T14:57:40.042Z (4 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trustpilot-client
https://documentation-apidocumentation.trustpilot.com/
To import:
```xml
com.lindar
trustpilot-client
1.0.0```
To use:
- Create an instance of the client
- Get the desired resource (Authentication API, Invitation API, Product Reviews Api, etc.)
- Call the API by passing the necessary authentication credentials alongside the eventual request objectE.g. to send review invitation(s):
new TrustpilotClient().invitation().createInvitations(accessToken, businessUnitId, createInvitationsRequest)
Note: since every API call can have a different authentication method (OAuth2, basic, ApiKey or unauthenticated), authentication credentials are passed alongside each individual API call.