Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created March 15, 2022 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malcommac/0145de6cb97f97591b874f925cb482a9 to your computer and use it in GitHub Desktop.
Save malcommac/0145de6cb97f97591b874f925cb482a9 to your computer and use it in GitHub Desktop.
// 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