@@ -85,9 +85,9 @@ The Swift OpenAPI Generator project is split across multiple repositories to ena
8585| [ apple/swift-openapi-runtime] [ repo-runtime ] | Runtime library used by the generated code |
8686| [ apple/swift-openapi-urlsession] [ repo-urlsession ] | ` ClientTransport ` using [ URLSession] [ urlsession ] |
8787| [ swift-server/swift-openapi-async-http-client] [ repo-ahc ] | ` ClientTransport ` using [ AsyncHTTPClient] [ ahc ] |
88- | [ vapor/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
89- | [ hummingbird-project/swift-openapi-hummingbird] [ repo-hummingbird ] | ` ServerTransport ` using [ Hummingbird] [ hummingbird ] |
90- | [ swift-server /swift-openapi-lambda] [ repo-lambda ] | ` ServerTransport ` using [ AWS Lambda] [ lambda ] |
88+ | [ vapor/swift-openapi-vapor] [ repo-vapor ] | ` ServerTransport ` using [ Vapor] [ vapor ] |
89+ | [ hummingbird-project/swift-openapi-hummingbird] [ repo-hb ] | ` ServerTransport ` using [ Hummingbird] [ hb ] |
90+ | [ awslabs /swift-openapi-lambda] [ repo-lambda ] | ` ServerTransport ` using [ AWS Lambda] [ lambda ] |
9191
9292## Requirements and supported features
9393
@@ -133,9 +133,9 @@ Generator](https://developer.apple.com/wwdc23/10171) from WWDC23.
133133[ ahc ] : https://github.com/swift-server/async-http-client
134134[ repo-vapor ] : https://github.com/vapor/swift-openapi-vapor
135135[ vapor ] : https://github.com/vapor/vapor
136- [ repo-hummingbird ] : https://github.com/hummingbird-project/swift-openapi-hummingbird
137- [ hummingbird ] : https://github.com/hummingbird-project/hummingbird
138- [ repo-lambda ] : https://github.com/swift-server /swift-openapi-lambda
136+ [ repo-hb ] : https://github.com/hummingbird-project/swift-openapi-hummingbird
137+ [ hb ] : https://github.com/hummingbird-project/hummingbird
138+ [ repo-lambda ] : https://github.com/awslabs /swift-openapi-lambda
139139[ lambda ] : https://docs.aws.amazon.com/lambda/latest/dg/welcome.html
140140[ ^ example-openapi-yaml ] : <details ><summary >Example OpenAPI document (click to expand)</summary >
141141
0 commit comments