Skip to content

treblada/pushbullet-java-8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushbullet library for Java 8

This is an inofficial pushbullet library for Java 8.

Javadoc

Javadoc is located here.

Maven

Dependency Status Build Status

This library can be used with Maven, it's located in the central repository:

<dependency>
    <groupId>com.github.sheigutn</groupId>
    <artifactId>pushbullet-java-8</artifactId>
    <version>1.3.4</version>
</dependency>

To use SNAPSHOT versions, add this to your pom.xml:

<repository>
    <id>sonatype-nexus-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

Usage

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.

String apiToken = ...;
String password = ...;
Pushbullet pushbullet = new Pushbullet(apiToken, password);

Donate

If you want to donate to me, just use my bitcoin address: 1K3yoaHnbrYSNwK1d8suDxcEgwQD4Y9Fso

About

Pushbullet library for Java 8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%