urbanairship / ruby-library

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

Namespace usage matching the Python library #74

Closed dogweather closed 9 years ago

dogweather commented 9 years ago

Followed the Python library's conventions, and set up Urbanairship as the namespace to contain most of the functions. E.g.:

require 'urbanairship'
UA = Urbanairship
payload = UA.scheduled_time(...)
pdxmele commented 9 years ago

:rainbow:

pdxmele commented 9 years ago

Gonna merge this into the api-v3 branch and then look at PR-ing that back to master next