novuhq / novu-php

PHP SDK for Novu - The open-source notification infrastructure for engineers. :rocket:
https://docs.novu.co/sdks/php
MIT License
84 stars 23 forks source link

[NV-PHP-4] API 🚀: Missing methods in Integration API Resource #32

Open unicodeveloper opened 11 months ago

unicodeveloper commented 11 months ago

There are a few endpoints that have no methods to call them from this SDK:

sagnik3788 commented 10 months ago

I want to work on this issue also please describe me how i can solve this problem @unicodeveloper

unicodeveloper commented 10 months ago

Hey @sagnik3788, Every endpoint has a Resource that handles the calls to the API.

I have updated the docs link in the issue to properly point to the API documentation.

So if you check the code, you can see we have an action for the Integration API, , you need to write code to add the missing methods mentioned in this issue.

fadkeabhi commented 10 months ago

Hey @unicodeveloper I would also like to work this issue. Can you assign it to me.

sumitsaurabh927 commented 10 months ago

Hey @sagnik3788 any update on this?