// Set the username and password
api.setUsername("myusername");
api.setPassword("mypassword");
// Time out after a minute
api.setTimeout(60000);