xzzz9097 / SpotifyKit

Swift client for Spotify Web API
MIT License
90 stars 17 forks source link

Replace Alamofire with URLSession #3

Closed xzzz9097 closed 7 years ago

xzzz9097 commented 7 years ago

For our needs an extended implementation of URLSession should be more than enough, allowing to remove Alamofire dependency.

xzzz9097 commented 7 years ago

Started URLSession extension and adopted it for library. 31b4f916a5ff57ef278508b4cac46db6a293b7e7

xzzz9097 commented 7 years ago

Using it for find as well. 1f0cd8f32540b6090e2d4f5be404e6682800a145

xzzz9097 commented 7 years ago

get updated. 1602ad4601576ea479b0c8a26363cdff72ce6173

xzzz9097 commented 7 years ago

Alamofire has been removed. 0185817ebcd7d4b43310fa29fb94578a53aacd64