Pushbullet API

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

Лицензия

Лицензия

Группа

Группа

org.silentsoft
Идентификатор

Идентификатор

pushbullet-api
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pushbullet API
A simple Java library to send a Pushbullet note to specfic device, client, channel and email.
Ссылка на сайт

Ссылка на сайт

https://github.com/silentsoft/pushbullet-api
Система контроля версий

Система контроля версий

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

Скачать pushbullet-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.silentsoft : silentsoft-net jar 1.5.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.1
0.1.0