[Vortex] Port GCM from Lunr\Network\Curl to Requests
Review Request #465 — Created Oct. 18, 2016 and submitted
| Information | |
|---|---|
| pprkut | |
| Lunr | |
| 7c9b132... | |
| Reviewers | |
| lunr | |
Port GCM from Lunr\Network\Curl to Requests.
Difficulty here is that since Requests throws an Exception on request failure, we longer get a valid response object to pass to the GCMResponse class.
So now we need to construct one manually.
Unit tests
