chvanikoff / apns4ex

APNS for Elixir
MIT License
70 stars 23 forks source link

Add synchronous call #43

Closed danhper closed 8 years ago

danhper commented 8 years ago

Currently, there was only an async version of push. I would like to use a synchronous version, as I am already making it async somewhere else, and recording notifications that processed correctly. This does not touch any existing API, simply adding a sync version of push.

Thank you.

zepplock commented 8 years ago

Need extra pair of eyes to review this PR

danhper commented 8 years ago

Ping :smile:

zepplock commented 8 years ago

Merging, sorry for a delay. Will bump version after we figure out https://github.com/chvanikoff/apns4ex/pull/44

danhper commented 8 years ago

No problem, thank you for merging! I replied to the other PR.