Files
cgrates/cmd/stresstest/test.py
Radu Ioan Fericean a257c21fcc changed balancer
2012-01-28 13:00:43 +02:00

6 lines
130 B
Python

import simplejsonrpc as jsonrpc
server = jsonrpc.Server("http://localhost:2000/rpc")
print dir(server)
#print server.Get("test")