*/
public class UpvoteExample {
public static void main(String[] args) throws Exception {
RestClient restClient = new HttpRestClient();
restClient.setUserAgent("Generous-Bot");
User user = new User(restClient, Authentication.getUsername(), Authentication.getPassword());
user.connect();
Submissions subms = new Submissions(restClient, user);