Re: Fedora Services API

2008-04-27 Thread Jesus M. Rodriguez
On Sun, Apr 27, 2008 at 01:12:09PM -0700, Toshio Kuratomi wrote: > Jesus M. Rodriguez wrote: >> On Sat, Apr 26, 2008 at 10:38:51AM -0700, Toshio Kuratomi wrote: >> [snip] >> >>> 2) JSON data that is deeply nested sucks because objects are turned into >>> dictionaries so you have to write things li

Re: Fedora Services API

2008-04-27 Thread Toshio Kuratomi
Jesus M. Rodriguez wrote: On Sat, Apr 26, 2008 at 10:38:51AM -0700, Toshio Kuratomi wrote: [snip] 2) JSON data that is deeply nested sucks because objects are turned into dictionaries so you have to write things like: package['listings']['F-8']['people']['toshio']['acls']['commit']['status']

Re: Fedora Services API

2008-04-27 Thread John (J5) Palmieri
On Sat, 2008-04-26 at 10:38 -0700, Toshio Kuratomi wrote: > Hey guys, I'm talking especially to the web app developers here, but I > also hope that other people will chime in with useful thoughts. > > As part of python-fedora, I've started documenting some standards for > Fedora Services. Thes

Re: Fedora Services API

2008-04-26 Thread Jesus M. Rodriguez
On Sat, Apr 26, 2008 at 10:38:51AM -0700, Toshio Kuratomi wrote: [snip] > 2) JSON data that is deeply nested sucks because objects are turned into > dictionaries so you have to write things like: > > package['listings']['F-8']['people']['toshio']['acls']['commit']['status'] > > to get the status

Fedora Services API

2008-04-26 Thread Toshio Kuratomi
Hey guys, I'm talking especially to the web app developers here, but I also hope that other people will chime in with useful thoughts. As part of python-fedora, I've started documenting some standards for Fedora Services. These will go hand in hand with documents on how to use BaseClient tha