Created
March 15, 2022 19:30
-
-
Save malcommac/0145de6cb97f97591b874f925cb482a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The movies search in action | |
let movies = try await client.fetch(Movies.Search("Godfather", year: 1972)) | |
// The ranking in action | |
let page = try await client.fetch(Rankings.List(.topRated, region: .US)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment