X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c6cd449132c45625d6453d1ffed08bc9142db8d3..06bede5ddbcd7f26e50a958c4d64527580cc38c9:/app/apis/selectricity_api.rb diff --git a/app/apis/selectricity_api.rb b/app/apis/selectricity_api.rb index da2f6f7..8a8dce4 100644 --- a/app/apis/selectricity_api.rb +++ b/app/apis/selectricity_api.rb @@ -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]]