An old question What is the current choice for doing RPC in Python? gave me a good choice of Python JSON-RPC implementation to choose from:
But the service I want to communicate with works over HTTP. How can I bend of these to work over HTTP?
An old question What is the current choice for doing RPC in Python? gave me a good choice of Python JSON-RPC implementation to choose from:
But the service I want to communicate with works over HTTP. How can I bend of these to work over HTTP?