apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.45k stars 121 forks source link

Docs: Reference Handling of Custom Terminating Byte Sequences #625

Closed paulhdk closed 1 month ago

paulhdk commented 2 months ago

Motivation

See: https://github.com/apple/swift-openapi-runtime/pull/115

Modifications

This PR references the changes introduced by TODO in the documentation.

Result

Users planning to generate code for OpenAPI specs with custom terminating byte sequences will hopefully find it easier to make the necessary changes in their code.

Please let me know if there are other places where these changes could be mentioned.

Test Plan

.

czechboy0 commented 2 months ago

Thanks for the extra care for the documentation here 🙂 Let's get to this once https://github.com/apple/swift-openapi-runtime/pull/115 lands in its final form (since we're still iterating on the details).