You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to call the createIntegration method defined in the Java SDK it throws an exception, apparently the SDK its trying to send a POST request to a endpoint that doesn't exists anymore.
👟 Reproduction steps
Using the Java SDK, try to use the createIntegration method to create an integration.
👍 Expected behavior
It should send a request to create an integration
👎 Actual Behavior with Screenshots
It throws a NovuNetworkException
Novu version
Novu SaaS
npm version
NA
node version
NA
📃 Provide any additional context for the Bug.
I'm using the most recent version of the Java SDK (1.6.0) in a Spring project
👀 Have you spent some time to check if this bug has been raised before?
@IamDucloux thank you for the submission, transfered this to the java repo. There seem to be an issue with the endpoint pointing to create-integration instead of /v1/integrations POST command.
📜 Description
When i try to call the createIntegration method defined in the Java SDK it throws an exception, apparently the SDK its trying to send a POST request to a endpoint that doesn't exists anymore.
👟 Reproduction steps
Using the Java SDK, try to use the createIntegration method to create an integration.
👍 Expected behavior
It should send a request to create an integration
👎 Actual Behavior with Screenshots
It throws a NovuNetworkException
Novu version
Novu SaaS
npm version
NA
node version
NA
📃 Provide any additional context for the Bug.
I'm using the most recent version of the Java SDK (1.6.0) in a Spring project
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: