yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Remove Result framework and use Swift.Result #174

Closed jrcmramos closed 5 years ago

jrcmramos commented 5 years ago

Description

This PR introduces the following changes:

yonaskolb commented 5 years ago

Nice one @jrcmramos, thanks for the PR. Alamofire better watch out or it might be next 😀 Though I think some people use that to configure the session.

jrcmramos commented 5 years ago

Thanks @yonaskolb ! Alamofire would be a really good one in fact! 👍 What do you think we will not be able to configure using NSURLSession?

yonaskolb commented 5 years ago

They could still use NSURLSession, but some folks like the extra features like timeline https://github.com/yonaskolb/SwagGen/issues/44