Re: JSON-RPC support

2011-09-08 Thread Andrzej Mleczko
Great, this was the last thing I was missing. Thanks! Andrew -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubsc

Re: JSON-RPC support

2011-09-05 Thread Michael Merickel
Just as a followup, I thought I'd mention that we released pyramid_rpc 0.3 last week which revamped the API completely. When using add_jsonrpc_endpoint you can specify a factory which will be used for security. That factory can then set the ``__acl__`` based on the ``request.rpc_method`` property,

Re: JSON-RPC support

2011-08-10 Thread Jim Washington
On Mon, 2011-08-08 at 14:08 -0500, Michael Merickel wrote: > I'm one of the developers of the JSON-RPC code in pyramid_rpc. It > hasn't been released yet but I think we'll be doing that in the near > future (I hope). > > > If you have any questions about the implementation please ask. It > curren

Re: JSON-RPC support

2011-08-08 Thread Michael Merickel
I'm one of the developers of the JSON-RPC code in pyramid_rpc. It hasn't been released yet but I think we'll be doing that in the near future (I hope). If you have any questions about the implementation please ask. It currently supports a fairly large amount of the 2.0 spec. -- Michael -- You

Re: JSON-RPC support

2011-08-08 Thread Jim Washington
On Sun, 2011-08-07 at 11:03 -0400, Chris McDonough wrote: > There is already nascent support for JSON-RPC in the trunk of the > pyramid_rpc package (https://github.com/Pylons/pyramid_rpc ; clone the > package and see docs/jsonrpc.rst). > Hi, Chris "Nascent" is an interesting euphemism. I'd ask f

Re: JSON-RPC support

2011-08-07 Thread Chris McDonough
On Sun, 2011-08-07 at 08:29 -0400, Jim Washington wrote: > Hello, > > Can I expect JSON-RPC support to land in the near future? > > I am working with John Boik on a tutorial extending the SQLAlchemy + URL > Dispatch Pyramid tutorial. We are adding a Pyjamas + PureMVC client t

JSON-RPC support

2011-08-07 Thread Jim Washington
Hello, Can I expect JSON-RPC support to land in the near future? I am working with John Boik on a tutorial extending the SQLAlchemy + URL Dispatch Pyramid tutorial. We are adding a Pyjamas + PureMVC client that will do some ajaxy stuff. Nothing too complex, presumably. Since the easiest ajaxy