crowdin / crowdin/crowdin-api-client-go
Add support for new String Corrections API
- Dominant language
- Go
- Stars
- 10
- Forks
- 18
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin Enterprise API has been extended with new endpoints, allowing you to manage string corrections in your [Source Text Review](https://support.crowdin.com/enterprise/source-text-review/) workflow.
The Crowdin API client libraries need to be updated to include these new endpoints.
**References:**
- [List Corrections](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.getMany)
- [Add Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.post)
- [Delete Corrections](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.deleteMany)
- [Get Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.get)
- [Restore Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.put)
- [Delete Correction](https://support.crowdin.com/developer/enterprise/api/v2/#tag/String-Corrections/operation/api.projects.corrections.delete)
Contributor guide
Assessment
This issue has not been assessed yet.