- Notifications
You must be signed in to change notification settings - Fork14
AsyncHTTPClient transport for Swift OpenAPI Generator.
License
NotificationsYou must be signed in to change notification settings
swift-server/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.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.