crowdin-api-client-java icon indicating copy to clipboard operation
crowdin-api-client-java copied to clipboard

Java client library for Crowdin API

Results 9 crowdin-api-client-java issues
Sort by recently updated
recently updated
newest added

Recently, Crowdin introduced new AI features, including a new set of API endpoints to manage and interact with these AI resources. The new AI API endpoints should be added to...

enhancement
help wanted

The Crowdin API has been enhanced with a new `orderBy` parameter in a number of list methods. It allows sorting the results by a specific field in ascending or descending...

enhancement
good first issue

Crowdin's string-based projects include some additional API methods for working with branches: - [Get Cloned Branch](https://developer.crowdin.com/api/v2/string-based/#operation/api.projects.branches.clones.branch.get) - [Clone Branch](https://developer.crowdin.com/api/v2/string-based/#operation/api.projects.branches.clones.post) - [Check Branch Clone Status](https://developer.crowdin.com/api/v2/string-based/#operation/api.projects.branches.clones.get) - [Merge Branch](https://developer.crowdin.com/api/v2/string-based/#operation/api.projects.branches.merges.post) - [Check Branch...

enhancement
good first issue

Recently, Crowdin introduced the new Sequential Tasks feature, which allows you to instantly create a proofreading task with the same scope. The Tasks API has been updated: the new forms...

enhancement
good first issue

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...

enhancement
good first issue

It seems every time I use `Event.from(string)` to generate a list of events to add in a web-hook it does not work. It only works when I manually reference an...

good first issue

The `reports` package has low code coverage by Unit tests. We need to add more Unit tests to cover the code. **References:** - [Source code](https://github.com/crowdin/crowdin-api-client-java/tree/master/src/main/java/com/crowdin/client/reports) - [Existing Unit tests](https://github.com/crowdin/crowdin-api-client-java/tree/master/src/test/java/com/crowdin/client/reports) -...

good first issue
hacktoberfest

The `core` package has low code coverage by Unit tests. We need to add more Unit tests to cover the code. **References:** - [Source code](https://github.com/crowdin/crowdin-api-client-java/tree/master/src/main/java/com/crowdin/client/core) - [Existing Unit tests](https://github.com/crowdin/crowdin-api-client-java/tree/master/src/test/java/com/crowdin/client/core) -...

good first issue
hacktoberfest