novuhq / novu-java

Java SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
26 stars 22 forks source link

Initial commit: Added POJOS and API execution endpoint for WorkflowOverride API Integration #110

Closed VishalMCF closed 7 months ago

VishalMCF commented 8 months ago

What change does this PR introduce? This change is to add a feature in the Java client SDK that adds all the methods supporting the WorkflowOverride API.

Tasks are done till now and need input - Added methods for all the APIs in node packages.

Closes https://github.com/novuhq/novu-java/issues/109

Added the client class, test class, and updated the README.md file.

VishalMCF commented 8 months ago

@unicodeveloper can you please review?

unicodeveloper commented 7 months ago

@mayorJAY @Basfar please review

VishalMCF commented 7 months ago

@mayorJAY I have made the changes based on your comments.

VishalMCF commented 7 months ago

@Cliftonz Can this pull request be merged?