silentsoft / pushbullet-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%