urbanairship / ruby-library

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

Wait for V3 or use Dirigible? #79

Closed hartator closed 9 years ago

hartator commented 9 years ago

Thanks for the awesome work,

I wonder what you guys official recommendation concerning V3 support?

Should we wait for you guys to release the ruby v3 wrapper or should we use another gem like Dirigible (https://github.com/anthonator/dirigible) in the meantime?

We are concerned because of the July 31th deadline we receive to upgrade to v3.

pdxmele commented 9 years ago

Hi,

Thank you for being patient with us while we try to get this done in time. We unfortunately had some resource changes that we weren't anticipating that have slowed things down.

Please feel free to use whatever library or tools you like to help with your v3 transition (or write your own), and rely on our official API docs when you run into any problems: http://docs.urbanairship.com/api/ua.html . We also have Python and Java libraries that are reasonably up to date. In our eyes the purpose of the libraries is to make it a little easier to get implemented with our API by providing sample code, you're definitely not required to use them.

Also, please note that v1/v2 support is only being turned off for the push and scheduled push endpoints (none of the device management endpoints), so those are really all you need to worry about right now.

Thanks!

hartator commented 9 years ago

Hey, pdxmele, duly noted, thanks for the response, appreciate it.

pdxmele commented 9 years ago

New release is out! Please let us know if you have any problems by emailing support@urbanairship.com. This version only supports pushy things so far, not device info, tagging, reports, etc., but feel free to submit requests for other features either to support or in the issues here.