https://github.com/sheigutn/pushbullet-java-8
Pushbullet library for Java 8
https://github.com/sheigutn/pushbullet-java-8
java-8 pushbullet-library
Last synced: 9 months ago
JSON representation
Pushbullet library for Java 8
- Host: GitHub
- URL: https://github.com/sheigutn/pushbullet-java-8
- Owner: Sheigutn
- License: mit
- Created: 2015-09-24T21:52:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T23:38:29.000Z (over 7 years ago)
- Last Synced: 2025-07-18T02:50:37.529Z (12 months ago)
- Topics: java-8, pushbullet-library
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 19
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pushbullet library for Java 8
This is an inofficial pushbullet library for Java 8.
# Javadoc
Javadoc is located [here](http://sheigutn.github.io/pushbullet-java-8).
# Maven
[](https://www.versioneye.com/user/projects/560c145b5a262f001e00081d) [](https://travis-ci.org/Sheigutn/pushbullet-java-8)
This library can be used with Maven, it's located in the central repository:
```xml
com.github.sheigutn
pushbullet-java-8
1.3.4
```
To use SNAPSHOT versions, add this to your pom.xml:
```xml
sonatype-nexus-snapshots
https://oss.sonatype.org/content/repositories/snapshots/
```
# Usage
```java
String apiToken = ...;
Pushbullet pushbullet = new Pushbullet(apiToken);
```
For end-to-end encryption, you have to install the Unlimited Strength Jurisdiction Policy Files first. These are available [here](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).
```java
String apiToken = ...;
String password = ...;
Pushbullet pushbullet = new Pushbullet(apiToken, password);
```
# Donate
If you want to donate to me, just use my bitcoin address: 1K3yoaHnbrYSNwK1d8suDxcEgwQD4Y9Fso