crowdin / crowdin-api-client-java

Java client library for Crowdin API
https://jitpack.io/#crowdin/crowdin-api-client-java
MIT License
82 stars 54 forks source link

Projects API: `qaChecksIgnorableCategories` support #137

Closed andrii-bodnar closed 1 year ago

andrii-bodnar commented 1 year ago

Crowdin Rest API now supports the qaChecksIgnorableCategories field on the Projects API.

This field allows you to retrieve the list of QA Check categories that can be ignored for a Crowdin project.

Affected API methods:

It should be reflected in this API client and the corresponding unit tests should be updated.

andrii-bodnar commented 1 year ago

+ tmPenalties