Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.06 KB

Explore Networking

It is an exploratory iOS app to explore different networking options available

  • URLSession Networking without third party libraries
  • Alamofire is an HTTP networking library written in Swift.
  • SwiftHTTP: A simple Swift wrapper around NSURLSession
  • Moya: A Swift alternative to Alamofire.
  • Reach: A simple Swift library to check if you have network.

The app currently has a very basic TableView to showcase different questions of StackOverflow. I have used StackExchange Questions API for site StackOverflow

https://api.stackexchange.com/2.3/questions?site=stackoverflow

Useful Links