11# AsyncHTTPClient Transport for Swift OpenAPI Generator
22
33[ ![ ] ( https://img.shields.io/badge/docc-read_documentation-blue )] ( https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client/documentation )
4+ [ ![ ] ( https://img.shields.io/github/v/release/swift-server/swift-openapi-async-http-client )] ( https://github.com/swift-server/swift-openapi-async-http-client/releases )
45[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-server%2Fswift-openapi-async-http-client%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client )
56[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswift-server%2Fswift-openapi-async-http-client%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client )
67
@@ -18,28 +19,19 @@ Use the transport with client code generated by [Swift OpenAPI Generator](https:
1819Add the package dependency in your ` Package.swift ` :
1920
2021``` swift
21- .package (
22- url : " https://github.com/swift-server/swift-openapi-async-http-client" ,
23- exact : " 1.0.0-alpha.1"
24- ),
22+ .package (url : " https://github.com/swift-server/swift-openapi-async-http-client" , from : " 1.0.0" ),
2523```
2624
27- Note that this repository does not have a 1.0 tag yet, so the API is not stable.
28-
2925Next, in your target, add ` OpenAPIAsyncHTTPClient ` to your dependencies:
3026
3127``` swift
3228.target (name : " MyTarget" , dependencies : [
3329 .product (name : " OpenAPIAsyncHTTPClient" , package : " swift-openapi-async-http-client" ),
34- ],
30+ ]) ,
3531```
3632
3733Then, to get started, check out ` AsyncHTTPClientTransport ` .
3834
39- ## Reporting issues
40-
41- Please report any issues related to this library in the [swift- openapi- generator](https :// github.com/apple/swift-openapi-generator/issues) repository.
42-
4335## Documentation
4436
4537To learn more, check out the full [ documentation] ( https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client/documentation ) .
0 commit comments