1.
specification - JSON-RPC - Trac
{ "method": "echo", "params": ["Hello JSON-RPC"], "id": 1} <-- { "result": "Hello JSON-RPC", "error": null, "id": 1}. multiple request responses ...
2.
#2 (Question regarding chat example) - JSON-RPC - Trac
In the example listed at the bottom of the JSON-RPC Specification: <-- { "result":1, "error": null, "id": 99 }. Should this be returned as indication of a ...
3.
JSON-RPC - Trac
json-rpc.org is getting a new maintainer. I am happy to announced that Prof. Dr. Clemens Cap and his team from the University of Rostock, Germany will be ...
4.
JSON-RPC - Trac
json-rpc.org is getting a new maintainer. I am happy to announced that Prof. Dr. Clemens Cap and his team from the University of Rostock, Germany will be ...
5.
/trunk/python-jsonrpc/jsonrpc/_tests/test_json.py - JSON-RPC - Trac
assertEquals(obj, {'foobar':'spam', 'nested':{'a':'b'}}) ... assertEquals(obj, {'s':'foobar', 'int':1234, 'float':1234.567, 'exp':1234.56e78, ...
6.
JSON-RPC 1.1 Working Draft 7 August 2006
Aug 7, 2006 ... JSON-RPC 1.1 Specification. Working Draft 7 August 2006. Previous Versions: JSON-RPC 1.0; Editors: Atif Aziz, www.raboof.com: Jan-Klaas ...
7.
specification - JSON-RPC - Trac
NOTE: The JSON-RPC 1.1 Working Draft has been published and open for review and comments. ... To invoke a remote method, a request is sent. ...
8.
specification - JSON-RPC - Trac
{ "method": "echo", "params": ["Hello JSON-RPC"], "id": 1} <-- { "result": "Hello JSON-RPC", "error": null, "id": 1}. multiple request responses ...
9.
TracIni - JSON-RPC - Trac
Since version 0.9, Trac can also read the configuration from a global trac.ini file. These global options will then be merged with the environment-specific ...
10.
specification - JSON-RPC - Trac
2.2 JSON-RPC over HTTP. With some limitation, HTTP requests can be used as a transport for communicating between peers. A communication between peers, ...