votesmart / python-votesmart

python client library for interacting with Project Vote Smart API
Other
84 stars 40 forks source link

Missing Method and Bad Method Name #9

Closed mikeshultz closed 12 years ago

mikeshultz commented 13 years ago

Library is missing Votes.getByOfficial and Votes.getByCandidateCategoryOffice should be Votes.getByOfficialCategoryOffice. Here's a patch you can use.

jamesturk commented 12 years ago

sorry this fell through the cracks, is the patch still available somewhere and/or can you put it up here on github

mikeshultz commented 12 years ago

http://www.votesmart.org/static/files/added_method-20110913.patch

jamesturk commented 12 years ago

thanks, added