- Notifications
You must be signed in to change notification settings - Fork0
AsyncHTTPClient transport for Swift OpenAPI Generator.
License
NotificationsYou must be signed in to change notification settings
rnro/swift-openapi-async-http-client
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A client transport that uses theHTTPClient type from theAsyncHTTPClient library to perform HTTP operations.
Use the transport with client code generated bySwift OpenAPI Generator.
| macOS | Linux | iOS | tvOS | watchOS | visionOS |
|---|---|---|---|---|---|
| ✅ 10.15+ | ✅ | ✅ 13+ | ✅ 13+ | ✅ 6+ | ✅ 1+ |
Add the package dependency in yourPackage.swift:
.package(url:"https://github.com/swift-server/swift-openapi-async-http-client", from:"1.0.0"),
Next, in your target, addOpenAPIAsyncHTTPClient to your dependencies:
.target(name:"MyTarget", dependencies:[.product(name:"OpenAPIAsyncHTTPClient",package:"swift-openapi-async-http-client"),]),
Then, to get started, check outAsyncHTTPClientTransport.
To learn more, check out the fulldocumentation.
About
AsyncHTTPClient transport for Swift OpenAPI Generator.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Swift100.0%