crowdin / crowdin/crowdin-api-client-go

Add support for Revalidate QA Checks methods

Open
#130 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.