Getting Started
_BaseRESTClient
Developer Resources
Indices and Tables
PUTs a XML resource.
resource_name (str) – Name of the resource.
headers (dict) – Header information for request, e.g. {'User-Agent': "obspyck"}
{'User-Agent': "obspyck"}
xml_string (str) – XML for a send request (PUT/POST)
tuple
(HTTP status code, HTTP status message)