crowdin / crowdin/crowdin-api-client-go
Add support for Revalidate QA Checks methods
- Dominant language
- Go
- Stars
- 10
- Forks
- 18
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API includes Revalidate QA Checks methods in the Translation Status section, covering creation, retrieval, and cancellation of revalidation jobs.
The Crowdin API client libraries should be updated to support these methods so users can trigger QA checks revalidation, monitor status, and stop running jobs directly from SDKs.
**References:**
- [Start QA Checks Revalidation](https://support.crowdin.com/developer/api/v2/#tag/Translation-Status/operation/api.projects.qa-checks.revalidate.post)
- [Get QA Checks Revalidation Status](https://support.crowdin.com/developer/api/v2/#tag/Translation-Status/operation/api.projects.qa-checks.revalidate.get)
- [Cancel QA Checks Revalidation](https://support.crowdin.com/developer/api/v2/#tag/Translation-Status/operation/api.projects.qa-checks.revalidate.delete)
Contributor guide
Research direction
Start with the Translation Status section and the three linked Crowdin API operation references. Completion means the Go client supports starting QA Checks revalidation, retrieving its status, and cancelling the job according to those API definitions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100