updated readme.md
This commit is contained in:
parent
1f3b1234c0
commit
438ff86ad8
@ -32,6 +32,13 @@ Usage
|
||||
|
||||
You can additionally add all available options from the official [Pushover documentation][2]
|
||||
|
||||
You can also validate a user and token using the following method
|
||||
|
||||
boolean valid = new JPushover()
|
||||
.token("MyToken")
|
||||
.user("MyUser")
|
||||
.validate();
|
||||
|
||||
If you want more information and/or the response from the Pushover API, use the JPushoverResponse object.
|
||||
|
||||
JPushoverResponse jPushoverResponse = new JPushover()
|
||||
|
Loading…
x
Reference in New Issue
Block a user