December 4, 2022

Playing with APIs

After working through a whole bunch of very insightful videos about concurrency in Swift and SwiftUI I needed something to test my newfound knowledge with. Listening to somebody explain something is always easier than implementing the knowledge yourself.

Here’s the result of part of my weekend. An app that doesn’t do much but what it does happens as asynchronously as possible. It’s hooked up to the Google Books API which means it downloads data from some server somewhere! How cool is that?! I even got to use Combine to debounce the search field.