Subject: | docs regarding url incorrect |
The path passed to the e.g. post method needs to start with a '/' because it is concatenated with the server as is which leads to a different fqdn which most of the time isn't resolvable.
The Role::REST::Client docs are correct, these should be fixed.