Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created March 15, 2022 13:52
Show Gist options
  • Save malcommac/6145b2657fcead57f2868e2b23406494 to your computer and use it in GitHub Desktop.
Save malcommac/6145b2657fcead57f2868e2b23406494 to your computer and use it in GitHub Desktop.
let todo = try await HTTPRequest("https://jsonplaceholder.typicode.com/todos/1")
.fetch(Todo.self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment