novuhq / novu-python

Python SDK for Novu - The open-source notification infrastructure for engineers. 🚀
https://novu-python.readthedocs.io
MIT License
74 stars 32 forks source link

Add Missing Methods for Workflow/Notification group #82

Closed mr-palindrome closed 11 months ago

mr-palindrome commented 11 months ago

Some endpoints of the workflow groups can't be hit from this SDK.

As https://api.novu.co/api#/Workflow%20groups contains several API endpoints for listing and doing CRUD operations on the workflow groups (under notification group in the source code). Some of these missing methods are as follows:

For reference:

Pictures:

image
sumitsaurabh927 commented 11 months ago

Also there are more missing methods issues. Let me know if you wanna work on those. 🙂

mr-palindrome commented 11 months ago

Also there are more missing methods issues. Let me know if you wanna work on those. 🙂

Thanks for assigning it to me! 'll start working on this!

mr-palindrome commented 11 months ago

Also there are more missing methods issues. Let me know if you wanna work on those. 🙂

Yeah I went through other issues.. I'll start looking into them ones I conclude this issue!

mr-palindrome commented 11 months ago

The PR[#83] for this issue has been merged. Hence closing the issue!