Giter VIP home page Giter VIP logo

Comments (3)

alexwhitman avatar alexwhitman commented on July 19, 2024

That is how the streaming API works. Take a look at the "Push message type definitions" on http://docs.pushbullet.com/stream/ and you'll see there's only mirror and dismiss, nothing relating to new pushes.

The tickle event is only meant to notify of something changing on the server. You can then request what's changed using the modified_after parameter when requesting the pushes as mentioned in "Reacting to tickles" in the API docs.

from node-pushbullet-api.

syphernl avatar syphernl commented on July 19, 2024

A little odd API design on their part I guess, so the 'push' trigger will only trigger when something is being mirrored or dismissed from an Android device. Would've been more practical if the non-mirror pushes were also fully pushed without requiring an additional API call.

Either way it would still be nice if this module could trigger when a new push is available (which needs to be obtained via /v2/pushes) instead of having to listen for tickles and the need for extra parsing in the script itself.

from node-pushbullet-api.

alexwhitman avatar alexwhitman commented on July 19, 2024

I guess it depends on what your use case is. If you want to monitor all pushes, no matter what device they're sent to, then yes it would be useful to automatically grab new pushes. If you're wanting to have a script as a device then that's a different matter.

from node-pushbullet-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.