RESTful Java Client for VoteSmart API.
This program is a RESTful Client API for the VoteSmart.org Website. The VoteSmart Documentation site has additional information and terms of use. The typical user will typically use the classes in the org.votesmart.classes package. Java version 1.6 at a minimum is required. No additional jars are required.
Version 1.1.2 has been put in The Central Repository.
If you are using maven, then you can add this to your project .pom file to include this client:
<dependency>
<groupId>org.votesmart</groupId>
<artifactId>votesmart-client</artifactId>
<version>1.1.2</version>
</dependency>
Otherwise, you can get everything from the releases tab above or go to The Central Repository website and download from there.
Examples are in the examples directory.
examples/Example.java
examples/AllThingsCalifornia.java
examples/AllThingsMissouri.java
examples/PoliticalExperience.java
examples/SalientTopics.java