Skip to content
 
 

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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);

If you need end-to-end encryption, apply the password as the second parameter:

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages