Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 506 Bytes

File metadata and controls

19 lines (15 loc) · 506 Bytes

POSTRESPONSE

This is a simple GetResponse api wrapper

Maven

This project is built with Maven. Be sure to check the pom.xml for the dependencies if you're not using maven.

Use

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);