We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We recently made organizations apis public and accessible using API keys and nodejs methods are missing for these apis
https://api.novu.co/api#/Organizations/OrganizationController_createOrganization
So that these apis can be accessed using nodejs SDK methods
By adding organization methods in sdk
Take subscriber methods as reference https://github.com/novuhq/novu/blob/next/packages/node/src/lib/subscribers/subscribers.ts
Take documentation for subscriber as reference https://github.com/novuhq/novu/blob/next/packages/node/README.md#subscribers
None
The text was updated successfully, but these errors were encountered:
you can assign me
Sorry, something went wrong.
I'm interested in working on this. Could you assign this to me @jainpawan21 ?
Assigned this to you!
michaldziuba03
Successfully merging a pull request may close this issue.
🔖 Feature description
We recently made organizations apis public and accessible using API keys and nodejs methods are missing for these apis
https://api.novu.co/api#/Organizations/OrganizationController_createOrganization
🎤 Why is this feature needed ?
So that these apis can be accessed using nodejs SDK methods
✌️ How do you aim to achieve this?
By adding organization methods in sdk
🔄️ Additional Information
Take subscriber methods as reference
https://github.com/novuhq/novu/blob/next/packages/node/src/lib/subscribers/subscribers.ts
Take documentation for subscriber as reference
https://github.com/novuhq/novu/blob/next/packages/node/README.md#subscribers
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: