Commit partial implementation of casting quickvotes via xmlrpc. WARNING: Currently...
[selectricity] / app / apis / selectricity_api.rb
index da2f6f725f3a1698b2fb9ad42f7dbc752ac706fe..8a8dce4d8072faca8cbc29b7e9e1d496c2a521c9 100644 (file)
@@ -12,7 +12,7 @@ class CandidateMap < ActionWebService::Struct
   member :errors, [:string]
 end
 class SelectricityAPI < ActionWebService::API::Base
-  api_method :cast_quickvote, :expects => [:int, :int, [[:int]]], :returns => [:string]
+  api_method :cast_quickvote, :expects => [:string, :int, [[:int]]], :returns => [:string]
   api_method :get_quickvote_results, :expects => [:string], :returns => [VoteResultStruct]
   api_method :get_quickvote_candidate_map, :expects => [:string], :returns => [CandidateMap]
   api_method :quickvote_candidate_ids_to_names, :expects => [:string,[:int]], :returns => [[:string]]

Benjamin Mako Hill || Want to submit a patch?