ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

V1: simpler recipient arg #242

Closed hypesystem closed 8 years ago

hypesystem commented 8 years ago

Note: this merges into v1.

Simplified the way we pass recipients to the send function: now much simpler. This moves us much closer to the interface of the HTTP api, removes a lot of pretty unnecessary cruft and tests, and makes everything simpler and easier to get an overview of.

eladnava commented 8 years ago

@hypesystem One comment, other than that looks good! 👍

hypesystem commented 8 years ago

Great spot! Fixed :smile: