novuhq / novu-elixir

Elixir SDK for Novu
https://hexdocs.pm/novu
MIT License
27 stars 7 forks source link

Add Missing Methods for Blueprints #21

Closed Cliftonz closed 10 months ago

Cliftonz commented 11 months ago

Some endpoints of the following section can't be hit from this SDK.

We would like to ensure that all endpoints can be hit. For this issue, we would like to build out the Blueprints

Some of these methods may already exist. 
If so no need to change/update them, just point out that they already exist and we will close the issue.

This is just to bring every SDK we have on par with all the methods available.

Check all the endpoints here and add the missing ones.

AnuragNishad12 commented 11 months ago

Hii @Cliftonz i want to ask that from where i get the method so that i can add it

btkostner commented 11 months ago

@AnuragNishad12 You can find the endpoint from the link posted in the issue body. You can see an example of how we make HTTP calls in the already existing modules, though this will require creating a new module.

unicodeveloper commented 11 months ago

You can also check the Blue prints API reference documentation.

  1. https://docs.novu.co/api-reference/get-v1blueprintsgroup-by-category
  2. https://docs.novu.co/api-reference/get-v1blueprints

These are what's missing from the SDK @AnuragNishad12

unicodeveloper commented 11 months ago

@AnuragNishad12 Any updates?

sccalabr commented 11 months ago

Can I take this over and give back https://github.com/novuhq/novu-elixir/issues/13. I am not sure how to handle the post requests in that section @unicodeveloper

sccalabr commented 10 months ago

Can I pick this up

sccalabr commented 10 months ago

Is there a form I need to fill out for hacktoberfest?