crowdin / crowdin-api-client-java

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

feat: Added additional Event types that are supported #222

Closed codeHysteria28 closed 5 months ago

codeHysteria28 commented 5 months ago

Add new event types to the Event enum in the Event.java file. This includes events related to tasks such as TASK_ADDED, TASK_STATUSCHANGED, and TASK_DELETED.

Closes issue#221