Type-safe URL Routes in Swift

Chris Eidhof: I think it’s a really nice way of building APIs. The Github enum makes it very clear which endpoints are available, and the form of their parameters. By defining these things once, we can make it much harder for users of this API to make mistakes. For example, it’s not possible to pass … Continue reading Type-safe URL Routes in Swift