librelist archives

« back to archive

JSON-RPC

JSON-RPC

From:
Scott Scites
Date:
2011-02-08 @ 03:29
I see there is an XML-RPC extension.  Is anyone working on a JSON-RPC
extension?  If not, has anyone used JSON-RPC with flask?  Would you mind
sharing an example?

Thank you,

Scott Scites

Re: JSON-RPC

From:
Scott Scites
Date:
2011-02-11 @ 00:13
simpleapi looks like it might fit and is aptly named.  Thank you for the
example!

Re: [flask] JSON-RPC

From:
Col Wilson
Date:
2011-02-08 @ 10:58
There's a simpleapi (http://pypi.python.org/pypi/simpleapi/0.0.7) which I
find very good, but then I've only used it for json/jsonp stuff.

I remember taking a while to get a simple example working, my own stupidity
I think, so give us a call if you hit any teething problems.


Col

On Tue, Feb 8, 2011 at 3:29 AM, Scott Scites <scott.scites@railcar88.com>wrote:

> I see there is an XML-RPC extension.  Is anyone working on a JSON-RPC
> extension?  If not, has anyone used JSON-RPC with flask?  Would you mind
> sharing an example?
>
> Thank you,
>
> Scott Scites
>

Re: [flask] JSON-RPC

From:
Col Wilson
Date:
2011-02-08 @ 12:59
I've posted a nice simple example here
http://cols-code-snippets.blogspot.com/2011/02/flask-and-simpleapi-example.html
.

have fun.


On Tue, Feb 8, 2011 at 10:58 AM, Col Wilson <colwilson@bcs.org> wrote:

> There's a simpleapi (http://pypi.python.org/pypi/simpleapi/0.0.7) which I
> find very good, but then I've only used it for json/jsonp stuff.
>
> I remember taking a while to get a simple example working, my own stupidity
> I think, so give us a call if you hit any teething problems.
>
>
> Col
>
>
> On Tue, Feb 8, 2011 at 3:29 AM, Scott Scites <scott.scites@railcar88.com>wrote:
>
>> I see there is an XML-RPC extension.  Is anyone working on a JSON-RPC
>> extension?  If not, has anyone used JSON-RPC with flask?  Would you mind
>> sharing an example?
>>
>> Thank you,
>>
>> Scott Scites
>>
>
>