From 82ecb081ebd808d52e0e4442ef322fe93f8801ca Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Mon, 4 Dec 2023 09:25:54 +0100 Subject: [PATCH 1/2] [Docs] Make sure all symbols are curated --- .../Documentation.docc/Documentation.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md index 1d1fec26..b3199b71 100644 --- a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md @@ -68,6 +68,18 @@ Please report any issues related to this library in the [swift-openapi-generator - ``Configuration`` - ``DateTranscoder`` - ``ISO8601DateTranscoder`` +- ``MultipartBoundaryGenerator`` +- ``RandomMultipartBoundaryGenerator`` +- ``ConstantMultipartBoundaryGenerator`` +- ``IterationBehavior`` + +### Content types +- ``HTTPBody`` +- ``Base64EncodedData`` +- ``MultipartBody`` +- ``MultipartRawPart`` +- ``MultipartPart`` +- ``MultipartDynamicallyNamedPart`` ### Errors - ``ClientError`` @@ -75,8 +87,10 @@ Please report any issues related to this library in the [swift-openapi-generator - ``UndocumentedPayload`` ### HTTP Currency Types -- ``HTTPBody`` - ``ServerRequestMetadata`` +- ``AcceptableProtocol`` +- ``AcceptHeaderContentType`` +- ``QualityValue`` ### Dynamic Payloads - ``OpenAPIValueContainer`` From 8596b8b328007bbfada383cf2523f8ecb457596a Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Tue, 5 Dec 2023 16:58:57 +0100 Subject: [PATCH 2/2] Add HTTP body to HTTP currency types as well --- Sources/OpenAPIRuntime/Documentation.docc/Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md index b3199b71..2e6f3399 100644 --- a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md @@ -87,6 +87,7 @@ Please report any issues related to this library in the [swift-openapi-generator - ``UndocumentedPayload`` ### HTTP Currency Types +- ``HTTPBody`` - ``ServerRequestMetadata`` - ``AcceptableProtocol`` - ``AcceptHeaderContentType``