{"id":13496800,"url":"https://github.com/swift-server/swift-openapi-async-http-client","last_synced_at":"2025-10-29T07:48:30.148Z","repository":{"id":171109662,"uuid":"630672948","full_name":"swift-server/swift-openapi-async-http-client","owner":"swift-server","description":"AsyncHTTPClient transport for Swift OpenAPI Generator.","archived":false,"fork":false,"pushed_at":"2025-09-30T09:27:56.000Z","size":79,"stargazers_count":61,"open_issues_count":1,"forks_count":15,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-09-30T11:32:48.013Z","etag":null,"topics":["async-http-client","openapi","swift","transport"],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client/documentation","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swift-server.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-20T22:32:46.000Z","updated_at":"2025-09-30T09:28:01.000Z","dependencies_parsed_at":"2023-09-27T21:25:56.316Z","dependency_job_id":"c03ac8eb-22db-4f40-a204-add5dae47e1d","html_url":"https://github.com/swift-server/swift-openapi-async-http-client","commit_stats":null,"previous_names":["swift-server/swift-openapi-async-http-client"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/swift-server/swift-openapi-async-http-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-openapi-async-http-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-openapi-async-http-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-openapi-async-http-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-openapi-async-http-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swift-server","download_url":"https://codeload.github.com/swift-server/swift-openapi-async-http-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swift-server%2Fswift-openapi-async-http-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281584986,"owners_count":26526171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-http-client","openapi","swift","transport"],"created_at":"2024-07-31T19:02:00.186Z","updated_at":"2025-10-29T07:48:30.130Z","avatar_url":"https://github.com/swift-server.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# AsyncHTTPClient Transport for Swift OpenAPI Generator\n\n[![](https://img.shields.io/badge/docc-read_documentation-blue)](https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client/documentation)\n[![](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)\n[![](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)\n[![](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)\n\nA client transport that uses the [HTTPClient](https://swiftpackageindex.com/swift-server/async-http-client/documentation/asynchttpclient/httpclient) type from the [AsyncHTTPClient](https://github.com/swift-server/async-http-client) library to perform HTTP operations.\n\nUse the transport with client code generated by [Swift OpenAPI Generator](https://github.com/apple/swift-openapi-generator).\n\n## Supported platforms and minimum versions\n| macOS     | Linux | iOS    | tvOS   | watchOS | visionOS |\n| :-:       | :-:   | :-:    | :-:    | :-:     | :-:      |\n| ✅ 10.15+ | ✅    | ✅ 13+ | ✅ 13+ | ✅ 6+   | ✅ 1+    |\n\n## Usage\n\nAdd the package dependency in your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/swift-server/swift-openapi-async-http-client\", from: \"1.0.0\"),\n```\n\nNext, in your target, add `OpenAPIAsyncHTTPClient` to your dependencies:\n\n```swift\n.target(name: \"MyTarget\", dependencies: [\n    .product(name: \"OpenAPIAsyncHTTPClient\", package: \"swift-openapi-async-http-client\"),\n]),\n```\n\nThen, to get started, check out `AsyncHTTPClientTransport`.\n\n## Documentation\n\nTo learn more, check out the full [documentation](https://swiftpackageindex.com/swift-server/swift-openapi-async-http-client/documentation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswift-server%2Fswift-openapi-async-http-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswift-server%2Fswift-openapi-async-http-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswift-server%2Fswift-openapi-async-http-client/lists"}