Thank you this is great Daniel. Reviewing http://svn.apache.org/repos/asf/steve/trunk/pytest/ now
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: Daniel Gruno <humbed...@apache.org> Reply-To: "dev@steve.apache.org" <dev@steve.apache.org> Date: Wednesday, March 18, 2015 at 5:28 AM To: "dev@steve.apache.org" <dev@steve.apache.org> Subject: Some initial stabs at a REST API >Hi folks, >I was looking at Chris' REST API suggestions (still don't have wiki >karma ;( ) and it got me fiddling with some python CGI to start making >election and issue creation/editing available via the web. As it is now, >it's just a method for setting up an election and issues, as well as >viewing them via JSON objects. There is no authentication going on or >anything like that. > >Some example output from the API: >http://stv.website/steve/voter/view/foo >http://stv.website/steve/voter/view/foo/baz >etc etc. > >If the idea seems reasonable, I would _love_ to collaborate with folks >on getting this up and running as an idea for a Steve 2.0. I'll be >making some HTML/JS stuff so you can set up and edit stuff without >having to use curl for the API in a day or so. > >The current API I'm using is described in REST_API_README.txt under >pytest/. > >With regards, >Daniel.