novuhq/novu-python

Add Missing Methods for Workflow/Notification group

Closed this issue ยท 4 comments

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:

  • get (method to get a single group)
  • patch (method to update a single group)
  • delete (method to delete an existing group)

For reference:

Pictures:
image

Also there are more missing methods issues. Let me know if you wanna work on those. ๐Ÿ™‚

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!

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!

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