crowdin-api-client-python icon indicating copy to clipboard operation
crowdin-api-client-python copied to clipboard

Add support for new String Corrections API

Open andrii-bodnar opened this issue 6 months ago • 3 comments

The Crowdin Enterprise API has been extended with new endpoints, allowing you to manage string corrections in your Source Text Review workflow.

The Crowdin API client libraries need to be updated to include these new endpoints.

References:

andrii-bodnar avatar Aug 06 '25 12:08 andrii-bodnar

The solution is a straightforward 3-step workflow:

  1. Update SDK Action: Upgrade the project's Crowdin API client library (SDK) to the latest version.

  2. Implement Endpoints Action: Implement wrappers for all new CRUD operations (list, add, get, restore, delete).

  3. Validate and Test Action: Add/update unit tests to confirm all new API calls are successful and properly integrated.

@andrii-bodnar if you assign me the issue, I will start working on it.

man-of-game avatar Oct 13 '25 15:10 man-of-game

hey @andrii-bodnar , if the issue still persists pls assign me this

dewanshshekhar avatar Oct 27 '25 16:10 dewanshshekhar

@man-of-game did you have some progress on this?

andrii-bodnar avatar Oct 27 '25 17:10 andrii-bodnar