Dear Wiki user, You have subscribed to a wiki page or wiki category on "Steve Wiki" for change notification.
The "SteveRESTAPI" page has been changed by AlanCabrera: https://wiki.apache.org/Steve/SteveRESTAPI?action=diff&rev1=2&rev2=3 As we get more Python in there, here's what I'd like to set up with Python Bottle: {{{ - /steve/vote/board + /steve/vote/board/20130521 POST + input: + { - input: <user's unique hash> + voterId: <user's unique hash>, - <ballot characters> + ballot: <ballot characters>, + } + output: code: HTTP 200 OK on success
