Pushbullet API
is a simple Java library to send a Pushbullet note to specfic device, client, channel and email.
- sendNote
-
PushbulletAPI.sendNote(accessToken, TargetType.device_iden, deviceIden, "Title", "Body");
-
- getDevices
-
PushbulletAPI.getDevices(accessToken);
-
- getUserInfo
-
PushbulletAPI.getUserInfo(accessToken);
-
<dependency>
<groupId>org.silentsoft</groupId>
<artifactId>pushbullet-api</artifactId>
<version>0.1.1</version>
</dependency>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please note we have a CODE_OF_CONDUCT, please follow it in all your interactions with the project.