Skip to content

fix: add encoded annotation to fix SlackAPI URL encoding

Martin Lowe requested to merge malowe/main/695 into main
  • fix: add encoded annotation to fix SlackAPI URL encoding

In the Quarkus reactive rest package, URL params in the client package are now encoded. This means that any special characters get encoded, which breaks a few edge cases in our APIs.

Merge request reports

Loading