crowdin / crowdin/crowdin-api-client-ruby
Add the Translation Memory Segments API support
Open
enhancement
good first issue
hacktoberfest
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
Crowdin Rest API now supports the API methods for TM (Translation Memory) segments management.
**New API methods**:
- [List TM Segments](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.getMany)
- [Create TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.post)
- [Get TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.get)
- [Delete TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.delete)
It should be added to this API client as well as the corresponding unit tests.
Contributor guide
Assessment
This issue has not been assessed yet.