Sheigutn / pushbullet-java-8

Pushbullet library for Java 8
MIT License
19 stars 8 forks source link

Request examples #4

Open SimoneCanali2Uni opened 8 years ago

SimoneCanali2Uni commented 8 years ago

Could you kindly write an example of sending and receiving notes? Thanks

a-reznic commented 6 years ago

String apiToken = "....."; Pushbullet pushbullet = new Pushbullet(apiToken); SendableNotePush push = new SendableNotePush("title", "body"); pushbullet.push(push);