Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages