You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by Apache Wiki <wi...@apache.org> on 2013/06/10 06:36:28 UTC

[Steve Wiki] Update of "SteveRESTAPI" by AlanCabrera

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