Find and Display Artwork From The Art Institute of Chicago
Daily Coding Tip 223
The Art Institute of Chicago has a free public API that allows you to find artworks based on search terms.
Most artworks have an image URL, and I’ll be displaying it to the user on a separate screen. I’ll start by creating Codable structures that represent the data the API gives in responses. I’m ignoring all properties o…


