Pushbullet API

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

License

License

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

pushbullet-api
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/silentsoft/pushbullet-api
Source Code Management

Source Code Management

https://github.com/silentsoft/pushbullet-api.git

Download pushbullet-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.silentsoft/pushbullet-api/ -->
<dependency>
    <groupId>org.silentsoft</groupId>
    <artifactId>pushbullet-api</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft/pushbullet-api/
implementation 'org.silentsoft:pushbullet-api:0.1.1'
// https://jarcasting.com/artifacts/org.silentsoft/pushbullet-api/
implementation ("org.silentsoft:pushbullet-api:0.1.1")
'org.silentsoft:pushbullet-api:jar:0.1.1'
<dependency org="org.silentsoft" name="pushbullet-api" rev="0.1.1">
  <artifact name="pushbullet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft', module='pushbullet-api', version='0.1.1')
)
libraryDependencies += "org.silentsoft" % "pushbullet-api" % "0.1.1"
[org.silentsoft/pushbullet-api "0.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.silentsoft : silentsoft-net jar 1.5.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Pushbullet API

release Build Status license HitCount

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

Dependency

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

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.

Versions

Version
0.1.1
0.1.0