expo-community / expo-server-sdk-ruby

A Ruby library for sending push notifications with Expo's notification service
MIT License
95 stars 53 forks source link

Use just one client, the latest one #8

Closed pablonahuelgomez closed 6 years ago

pablonahuelgomez commented 6 years ago

Removing LegacyClient in favor of having one client which handles the latest response formats. Refactoring implementation and replacing httparty with typhoeus. Updating README and adding tests.