This is a simple GetResponse api wrapper
This project is built with Maven. Be sure to check the pom.xml for the dependencies if you're not using maven.
The use is simple like:
GetResponse getResponse = new GetResponse();
List<Company>customs = new ArrayList<Company>();
customs.add(new Company(nomeDaEntidade));
Contact contact = new Contact("Paul", "xx@domain.com", customs, new Campaign("VYh36"));
getResponse.addContact(contact);