novuhq / novu-ruby

Ruby SDK for Novu - The open-source notification infrastructure for engineers. 🚀
https://rubygems.org/gems/novu
MIT License
23 stars 10 forks source link

Bug Report: Cannot use EU api url #72

Closed ludwigbacklund closed 6 months ago

ludwigbacklund commented 6 months ago

It is not possible to use the EU novu API url for the Ruby SDK client unless you do a hacky workaround (client.class.base_uri("https://eu.api.novu.co/v1")).

unicodeveloper commented 6 months ago

@ludwigbacklund Please can you submit a PR to make this work properly?

cc @Eazybright

ludwigbacklund commented 6 months ago

@unicodeveloper Something like this: https://github.com/novuhq/novu-ruby/pull/73