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:

alt image is missing
alt image is missing

How to run this demo?

Pods iOS:

Unit Test:

  • Unit test is added to perform api call and response testing.

GitHub

View Github