alexschneider / pushbullet-js

Client side javascript pushbullet
Other
58 stars 17 forks source link

New functionality #10

Open buddyfavors opened 9 years ago

buddyfavors commented 9 years ago

Added support to POST /v2/devices to create a device.

Added support to supply extra params to GET /v2/devices, which is useful to exclude deleted content.

Added support to supply extra params to GET /v2/pushes, which is useful to exclude deleted content. Backwards compatibility still works with existing modified_after.

buddyfavors commented 9 years ago

I've made more commits since my pull request.

Added support to supply extra params to GET /v2/devices, which is useful to exclude deleted content.

buddyfavors commented 9 years ago

Added support to supply extra params to GET /v2/pushes, which is useful to exclude deleted content. Backwards compatibility still works with existing modified_after.