Chapter 11: Sports News App – Data

In this book, we have yet to really work with feed data. In Chapter 5, Car Order Form – Data, we did some form posting that returned a small JSON response. In this chapter, we are going to work with feeds on a much larger scale. Working with feeds is unreliable, especially when writing a book, so we will be using a macOS app called Mockoon. Mockoon allows us to run mock APIs locally. Once we have everything set up in Mockoon, we will be able to work as if we were getting data from actual feeds. We'll get started with Mockoon first before we add any code.

In this chapter, we will cover the following topics:

  • Learning how to use API structures using Combine
  • Learning more about JSON and Decodable
  • Learning how ...

Get SwiftUI Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.