Was trying to have a go with your API after having a chat with the lovely folk at your YOW! booth in Melbourne and immediately ran into this error using v1.2.0
Exception in thread "main" java.lang.NoClassDefFoundError: com/mashape/unirest/request/HttpRequest
at com.messagemedia.messages.controllers.BaseController.getClientInstance(BaseController.java:81)
This com.mashape.unirest package is used in
src/main/java/com/messagemedia/messages/http/client/UnirestClient.java, and
src/main/java/com/messagemedia/messages/APIHelper.java
but the package isn't part of this project or any of its dependencies.
Cheers