1 min read

A better way to build APIs in Swift

A better way to build APIs in Swift
Michael Rebello

presented by Michael Rebello

Imagine a world where we can jump right into building products and focus on the user experience without needing to handwrite REST/JSON endpoints and Codable models — instead using generated idiomatic Swift clients that provide a strongly typed API contract with the server, and integrating generated mocks that make testing a breeze. Let’s dive in to see how this is possible.