crowdin / crowdin/crowdin-api-client-ruby
Fields API support
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
Crowdin has recently added a new feature called custom attributes for entities. This feature also has a set of API endpoints to manage custom attributes.
The API client should be updated to support these endpoints.
**References:**
- [List Fields](https://developer.crowdin.com/enterprise/api/v2/#operation/api.fields.getMany)
- [Add Field](https://developer.crowdin.com/enterprise/api/v2/#operation/api.fields.post)
- [Get Field](https://developer.crowdin.com/enterprise/api/v2/#operation/api.fields.get)
- [Delete Field](https://developer.crowdin.com/enterprise/api/v2/#operation/api.fields.delete)
- [Edit Field](https://developer.crowdin.com/enterprise/api/v2/#operation/api.fields.patch)
Only for Crowdin Enterprise.
Contributor guide
Assessment
This issue has not been assessed yet.