Pylons / pyramid_rpc

RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.
https://docs.pylonsproject.org/projects/pyramid-rpc/en/latest/
Other
27 stars 20 forks source link

named parameter support for json-rpc #17

Closed epegzz closed 13 years ago

epegzz commented 13 years ago

Fixes #16

mmerickel commented 13 years ago

Thanks so much for the pull request. This looks correct, but I can't really verify it while at work. This doesn't have a unit test for class-based views, but I will look into adding one and merging this tonight.

epegzz commented 13 years ago

now it has ;-)