~oubiwann/txjsonrpc/0.3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
====
TODO
====

Known bugs:

 *

twisted.web JSON-RPC
--------------------

twisted.web2 JSON-RPC
---------------------

JSON-RPC over TCP
-----------------

* pull out anything that has to do with setting the payload (e.g.,
  method/params dict) and put it in jsonrpclib

* clean up error checking, now that errors are going in the payload under the
  "error" key.

jsonrpclib
----------

* return results in simpljson dicts with possible keeys of "result" or "error"

* use simplesjon's hook for creating appropriate JS objects from hints in the
  results

tests
-----

*