-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Add notifications ressource in wrapper #9
Comments
@ryshu When can we get this in? |
This will take time to do this one, I think we should manage the other tickets before this one so that everyone can benefit from it. |
Alright, that works.
On Wed, May 24, 2023 at 10:44 PM Oscar MARIE--TAILLEFER < ***@***.***> wrote:
This will take time to do this one, I think we should manage the other
tickets before this one so that everyone can benefit from it.
—
Reply to this email directly, view it on GitHub
<https://github.com/novuhq/novu-python/issues/9#issuecomment-1561965127>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWPNUJ24522TIREVTAJFU3XHZ6MVANCNFSM6AAAAAAVAJAA6Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Best Regards,*
*Prosper Otemuyiwa*
*Co-founder, Eden*
@unicodeveloper <https://twitter.com/unicodeveloper> | prosper.otemuyiwa1
( *Skype* )
|
@ryshu Thanks for getting the other issues fixed. Do you think it's hightime this gets some attention? 😄 We have a few folks asking for this already. |
I want to work on this. |
Awesome. You are now assigned to this
On Thu, Jul 6, 2023 at 11:45 PM Velda Kiara ***@***.***> wrote:
I want to work on this.
—
Reply to this email directly, view it on GitHub
<https://github.com/novuhq/novu-python/issues/9#issuecomment-1624400576>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWPNUKIZK3X2ZHBODFKE3TXO452FANCNFSM6AAAAAAVAJAA6Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Best Regards,*
*Prosper Otemuyiwa*
*Co-founder, Eden*
@unicodeveloper <https://twitter.com/unicodeveloper> | prosper.otemuyiwa1
( *Skype* )
|
@VeldaKiara How's your research going? |
@unicodeveloper So far, so good. A couple of things: I found a couple of broken links: Also, this is how I am thinking about it:
Let me know if I missed something and any more clarification |
@VeldaKiara Where did you find these broken links so it can be updated?
Yes, I think that works. @ryshu Have any other opinion? |
Thanks for the catch. We will update it as soon as possible! @VeldaKiara |
Welcome, I am moving forward with the task. |
Awesome 🔥🔥🔥 |
I am still working on this will give an update before end of day today |
No problem |
I completed updating the API and DTO, but I still have ongoing issues with some failing tests. |
Is there a PR to this effect? @VeldaKiara |
I have not submitted a PR since some of the tests have yet to pass. I committed to the changes to the other files pending this. Here: VeldaKiara@ef56cc6 |
Alright, looking forward to it. |
My tests finally passed. My major issues were caused by not checking the base.py file, which also implemented some of the params. I kept getting the "multiple values for keyword argument 'params'" error, which I resolved by assigning payload to the payload on the response handling requests. |
The PR is here: https://github.com/novuhq/novu-python/pull/44 |
# [1.4.0](https://github.com/novuhq/novu-python/compare/v1.3.1...v1.4.0) (2023-09-13) ### Bug Fixes * **#54:** SubscriberApi.list() not returning credentials, field email is missing in SubscriberDto ([#55](https://github.com/novuhq/novu-python/issues/55)) ([5d67f52](https://github.com/novuhq/novu-python/commit/5d67f52c3b844821ad5191a1d840a0d1e464ee12)), closes [#54](https://github.com/novuhq/novu-python/issues/54) * **feed:** delete a feed doesn't return any data ([84c3ccb](https://github.com/novuhq/novu-python/commit/84c3ccb2ae9848f2b35475147ef1f9353c901acb)) ### Features * **#9:** add notifications ressource in wrappers ([f33a32f](https://github.com/novuhq/novu-python/commit/f33a32fc788085516515ba7a3fa54181248e43bf)), closes [#9](https://github.com/novuhq/novu-python/issues/9) * **tenant:** introduce Tenant API ([330cb19](https://github.com/novuhq/novu-python/commit/330cb19a679f1284487acd8f6beabd3edc681448))
See https://api.novu.co/api/#/Notification in Novu API endpoints
The text was updated successfully, but these errors were encountered: