Skip to content

foxpv/postresponse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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", "[email protected]", customs, new Campaign("VYh36"));
getResponse.addContact(contact);

About

A simple GetResponse api wrapper in java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%