pushover4j icon indicating copy to clipboard operation
pushover4j copied to clipboard

pushover.net client

Results 6 pushover4j issues
Sort by recently updated
recently updated
newest added

Code example for the PushoverRestClient class with the dependencies to httpmime. ``` private static final ContentType plainUTF = ContentType.create("text/plain", MIME.UTF8_CHARSET); public Status pushMessage(PushoverMessage msg) throws PushoverException { final MultipartEntityBuilder builder...

The latest version of maven (1.0.0) doesn't contain any new pulls from 2013, please update maven for ease of access!

Could you please provide examples on where to install/put this

I'm using Gradle in Android Studio to pull in pushover4j but get this runtime error when calling pushMessage: java.lang.NoSuchMethodError: org.apache.http.client.entity.UrlEncodedFormEntity. Any ideas?

Please include a method to verify a user key. https://pushover.net/api#verification Thanks! :)