Explore the Swift OpenAPI Generator package ecosystem
mainThe project is modularized to allow for different HTTP clients and web frameworks. Depending on your needs, you may need to import specific transport packages:
- Clients:
apple/swift-openapi-urlsession:ClientTransportusingURLSession.swift-server/swift-openapi-async-http-client:ClientTransportusingAsyncHTTPClient.
- Servers:
vapor/swift-openapi-vapor:ServerTransportusingVapor.hummingbird-project/swift-openapi-hummingbird:ServerTransportusingHummingbird.awslabs/swift-openapi-lambda:ServerTransportusingAWS Lambda.