transifex / transifex-java

Transifex Native Toolkit for Java
Apache License 2.0
19 stars 3 forks source link

Update CDSHandler logic to v2 #29

Closed Petrakeas closed 3 years ago

Petrakeas commented 3 years ago

Updates CDSHandler logic so that it can work with the version 2 of the CDS documentation. Updates the push logic with the new job oriented approach.

Updates the response data structures that the new CDS version produces (LocadeData).

Refactor CLI's MainClass to account for the updates in CDSHandler and LcoaleData.

Updates unit tests for the class and method refactoring.

Adds unit tests for the new job oriented approach on push.