-
Notifications
You must be signed in to change notification settings - Fork 21
Remove Alamofire dependency and use native networking library #33
Comments
I'll start working on this I've been really busy lately. Not many contributions lately |
No worries, I think this one can be an easy win. |
It's all yours! This would be a great improvement.
|
The native networking methods can really be quite buggy. |
Sorry guys, I am starting the this issue now. I was kinda of busy for a while. I will keep this thread updated as I make progress! |
I have set up
and
Methods for the new class |
Feel free to submit the pull request at any time, even if it's still a WIP. This way others can follow along.
How would that work? |
I'm beginning an effort to trim down dependencies cross platform in the name of longevity. There's an easy opportunity here to remove Alamofire and use NSURLSession or NSURLConnection.
The text was updated successfully, but these errors were encountered: