Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AsyncHTTPClient transport for Swift OpenAPI Generator.

License

NotificationsYou must be signed in to change notification settings

czechboy0/swift-openapi-async-http-client

 
 

A client transport that uses theHTTPClient type from theAsyncHTTPClient library to perform HTTP operations.

Use the transport with client code generated bySwift OpenAPI Generator.

Usage

Add the package dependency in yourPackage.swift:

.package(    url:"https://github.com/swift-server/swift-openapi-async-http-client",.upToNextMinor(from:"0.1.0")),

Note that this repository does not have a 1.0 tag yet, so the API is not stable.

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.

Reporting issues

Please report any issues related to this library in theswift-openapi-generator repository.

Documentation

To learn more, check out the fulldocumentation.

About

AsyncHTTPClient transport for Swift OpenAPI Generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift53.9%
  • Shell43.4%
  • Dockerfile2.7%

[8]ページ先頭

©2009-2025 Movatter.jp