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 ChrisMattmann:
https://wiki.apache.org/Steve/SteveRESTAPI?action=diff&rev1=1&rev2=2

- As we get more Python in there, here's what I'd like to set up
+ As we get more Python in there, here's what I'd like to set up with Python 
Bottle:
- with Python Bottle:
  
+ {{{
  /steve/vote/board
  POST
  input: <user's unique hash>
@@ -16, +16 @@

       {
         msg: ""
       }
+ }}}
  
+ {{{
  /steve/vote/member
  POST
  input: <user's unique hash>
@@ -30, +32 @@

          {
            msg: ""
          }
+ }}}
  
+ {{{
  /steve/list/board/{candidate}
    GET
      input: Path param candidate Apache uid, e.g., gstein
@@ -49, +53 @@

               statement: "yes",
               statementTxt:"here is my statement text"},
               {},{}]
+ }}}
  

Reply via email to