novu-php icon indicating copy to clipboard operation
novu-php copied to clipboard

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

Open unicodeveloper opened this issue 2 years ago • 4 comments

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

  • Integrations in-app status - https://docs.novu.co/api-reference/integrations/get-v1integrationsin-appstatus
  • Integrations limit - https://docs.novu.co/api-reference/integrations/get-v1integrations-limit
  • Set integration as primary - https://docs.novu.co/api-reference/integrations/set-integration-as-primary

unicodeveloper avatar Sep 06 '23 07:09 unicodeveloper

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

sagnik3788 avatar Oct 01 '23 21:10 sagnik3788

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.

unicodeveloper avatar Oct 03 '23 05:10 unicodeveloper

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

fadkeabhi avatar Oct 05 '23 09:10 fadkeabhi

Hey @sagnik3788 any update on this?

sumitsaurabh927 avatar Oct 06 '23 09:10 sumitsaurabh927