Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.77 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.77 KB

Pushbullet API

Maven Central Build Status license Hits

Pushbullet API is a simple Java library to send a Pushbullet note to specfic device, client, channel and email.

Features

  • sendNote
    • PushbulletAPI.sendNote(accessToken, TargetType.device_iden, deviceIden, "Title", "Body");
  • getDevices
    • PushbulletAPI.getDevices(accessToken);
  • getUserInfo
    • PushbulletAPI.getUserInfo(accessToken);

Maven Central

<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>pushbullet-api</artifactId>
    <version>0.1.1</version>
</dependency>

Contributing

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.

License

Please refer to LICENSE and NOTICE.