urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

fix tags_for_device (/api/device_tokens/:device_token/tags route no longer used) #57

Closed blueminder closed 9 years ago

blueminder commented 9 years ago

tags_for device currently returns a blank hash. Investigating myself, the /api/device_tokens/:device_token/tags route returns a 404 when I cURL it myself.

This version grabs the tags from the device_info method and returns it in the same hash format as before.

pdxmele commented 9 years ago

Hi, we're clearing all of these out now due to the rewrite. We'll be adding more stuff soon, please put your requests over in Issues. Thank you!