As mentioned in the following thread we are missing url encoding on the provided parameters in most of the API clients: https://github.com/sandwave-io/realtimeregister-php/pull/69#discussion_r1127998918 For consistency, let's update all methods with parameters that accept strings to urlencode these values before sending it to the RTR API.
As mentioned in the following thread we are missing url encoding on the provided parameters in most of the API clients:
#69 (comment)
For consistency, let's update all methods with parameters that accept strings to urlencode these values before sending it to the RTR API.