nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

refactor(README): use unregistered_devices instead of devices #156

Closed DemidenkoAndrey closed 7 years ago

DemidenkoAndrey commented 7 years ago

unregistered_devices returns hash, but devices returns array of tokens Change token key from string key to symbol

Dellybro commented 7 years ago

Whats the different between the array of unregistered devices and the normal array of devices

DemidenkoAndrey commented 7 years ago

@Dellybro unregistered_devices returns array of hash - { token: token, timestamp: timestamp }, and in example we have hash, but devices method returns array of tokens(array of strings)