NYTimes-Demo:
Typical master detail SAMPLE application written in Swift to test NY Times Most Popular API.
This SAMPLE application is written in Swift using MVVM.
Unit test bundle is added to test api implementation.
List will display following:
- Title
- Published by
- Published date
Detail will display following:
- Title
- Abstract
- Published by
Required Parameters for API:
{section}/{period}
iOS Screenshots:
How to run this demo?
- Sign up as developer @ https://developer.nytimes.com
- Create an application
- Get api key
- Add api key in SAMPLE Application config
Pods iOS:
- Alamofire https://github.com/Alamofire/Alamofire
- Hud https://github.com/AtifNaveed/SwiftyProgressHud
Unit Test:
- Unit test is added to perform api call and response testing.