mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
6 lines
130 B
Python
6 lines
130 B
Python
import simplejsonrpc as jsonrpc
|
|
|
|
server = jsonrpc.Server("http://localhost:2000/rpc")
|
|
print dir(server)
|
|
#print server.Get("test")
|