#1 added support for html flag

This commit is contained in:
Sven Kubiak
2015-12-08 22:03:44 +01:00
parent e6dc23e0ae
commit c2432fc017
5 changed files with 139 additions and 119 deletions

View File

@ -1,6 +1,5 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.svenkubiak/jpushover/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.svenkubiak/jpushover)
[![Build Status](https://secure.travis-ci.org/svenkubiak/JPushover.png?branch=master)](http://travis-ci.org/svenkubiak/JPushover)
[![Dependency Status](https://www.versioneye.com/user/projects/54dcba12c1bbbd9bd700051a/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54dcba12c1bbbd9bd700051a)
If this software is useful to you, you can support further development by using Flattr. Thank you!
@ -25,7 +24,7 @@ Usage
2) Use the JPushover object with the required informations were you want
new JPushover()
JPushover.build()
.token("MyToken")
.user("MyUser")
.message("MyMessage")
@ -42,7 +41,7 @@ You can also validate a user and token using the following method
If you want more information and/or the response from the Pushover API, use the JPushoverResponse object.
JPushoverResponse jPushoverResponse = new JPushover()
JPushoverResponse jPushoverResponse = JPushover()
.token("MyToken")
.user("MyUser")
.message("MyMessage")