- Added a
Pusbullet::push($iden)
method that finds the push with the specified iden and returns aPush
object that represents it. Example:
$pb = new Pushbullet(API_KEY);
$push = $pb->push("uZkYsjz6f28PhK4");
$push->dismiss();
$push->delete();
Pusbullet::push($iden)
method that finds the push with the specified iden and returns a Push
object that represents it. Example:$pb = new Pushbullet(API_KEY);
$push = $pb->push("uZkYsjz6f28PhK4");
$push->dismiss();
$push->delete();