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
{{ message }}
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
In connection.rb, line 114
when :post, :put
response = client.send(method, path, query, headers)
else
There i no parameter that represents the body of the request. How do I do a post or put with an XML body?
The text was updated successfully, but these errors were encountered: