An open API service indexing awesome lists of open source software.

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

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

[![Dependency Status](https://www.versioneye.com/user/projects/560c145b5a262f001e00081d/badge.svg?style=flat)](https://www.versioneye.com/user/projects/560c145b5a262f001e00081d) [![Build Status](https://travis-ci.org/Sheigutn/pushbullet-java-8.svg?branch=master)](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