crowdin / crowdin/crowdin-api-client-ruby
Add support for new group managers and teams features
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API now supports new features that allow you to manage group managers and teams. We need to update the Crowdin API client to support these new features.
**References:**
[List Group Managers](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Users/operation/api.groups.managers.getMany)
[Update Group Managers](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Users/operation/api.groups.managers.patch)
[Get Group Manager](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Users/operation/api.groups.managers.get)
[List Group Teams](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Teams/operation/api.groups.teams.getMany)
[Update Group Teams](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Teams/operation/api.groups.teams.patch)
[Get Group Team](https://support.crowdin.com/developer/enterprise/api/v2/#tag/Teams/operation/api.groups.teams.get)
Contributor guide
Assessment
This issue has not been assessed yet.