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

Actualize the Webhook events list #221

Closed andrii-bodnar closed 5 months ago

andrii-bodnar commented 5 months ago

The events Enum is a little bit outdated and doesn't contain all the possible events.

Code:

https://github.com/crowdin/crowdin-api-client-java/blob/1d833ccdd3d3616a5d3b6d403b3cdc11ab12360e/src/main/java/com/crowdin/client/webhooks/model/Event.java#L5-L7

All supported events:

Items Enum: "file.added" "file.updated" "file.reverted" "file.deleted" "file.translated" "file.approved" "project.translated" "project.approved" "project.built" "translation.updated" "string.added" "string.updated" "string.deleted" "stringComment.created" "stringComment.updated" "stringComment.deleted" "stringComment.restored" "suggestion.added" "suggestion.updated" "suggestion.deleted" "suggestion.approved" "suggestion.disapproved" "task.added" "task.statusChanged" "task.deleted"

API Reference

codeHysteria28 commented 5 months ago

Hi @andrii-bodnar can I help with this one ? Thanks !

andrii-bodnar commented 5 months ago

Hi @codeHysteria28, sure, thank you!

codeHysteria28 commented 5 months ago

222 PR Opened

Screenshot 2024-02-03 at 13 30 27