S01E01-networking
S01E01-networking copied to clipboard
Sample code for Swift Talk episode 1: Networking
There seem to be some pull requests for Swift 4 compatibility - this one also simplifies the code by making use of JSONDecoder().
Hi, I have updated the code with Xcode 9 on Swift 4. Thanks for your great work and I've learned a lot.
Playground code for Swift 2.2 shows an errors in Xcode 9. This updates example Playground to latest Swift version (4).
i have updated the code to swift 3, please check it and agree with it
I followed the video and I had to write the code in swift 3, however, I was getting an error in the Resource extension this line ```return json.flatMap(parseJSON)``` "Cannot convert...
Hi ! Thanks for your videos ! I've checked out the code sor S01E01 but it breaks on my machine, so here is an update for Swift3 :)
I watched this video. Great talk! Thank you! In the video ( at about 8:07) , `flatMap` is used in `load` method of `Webservice` like this. (Actually, I copied this...