RPC API
swagger_client.RpcApi
Method
HTTP request
Description
rpc_post
Example
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.RpcApi()
body = swagger_client.RpcRequest() # RpcRequest | (optional)
try:
api_response = api_instance.rpc_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling RpcApi->rpc_post: %s\n" % e)Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated