novuhq / novu-php

PHP SDK for Novu - The open-source notification infrastructure for engineers. :rocket:

Home Page:https://docs.novu.co/sdks/php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NV-PHP-4] API πŸš€: Missing methods in Integration API Resource

unicodeveloper opened this issue Β· comments

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

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

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.

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

Hey @sagnik3788 any update on this?