Sends an RPC and returns the response. Args: request_path: The path to send the request to, eg /api/appversion/create. payload: The body of the request, or None to send an empty request. content_type: The Content-Type header to use. timeout: timeout in seconds; default N
(self, request_path, payload=None,
content_type="application/octet-stream",
timeout=None,
**kwargs)
source not stored for this graph (policy: none)
no test coverage detected