You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Semantic Diffing of OpenAPI Documents](#semantic-diffing-of-openapi-documents)
28
29
-[Notes](#notes)
@@ -225,6 +226,10 @@ Following is a short list of integrations that might be immediately useful or ju
225
226
226
227
If you have a library you would like to propose for this section, please create a pull request and explain a bit about your project.
227
228
229
+
### Declarative OpenAPI Documents
230
+
231
+
[**Swift Package Registry API Docs**](https://github.com/mattt/swift-package-registry-oas) define the OpenAPI documentation for the Swift Package Registry standard using declarative Swift code and OpenAPIKit. This project also provides a useful example of producing a user-friendly ReDoc web interface to the OpenAPI documentation after encoding it as YAML.
232
+
228
233
### Generating OpenAPI Documents
229
234
230
235
[**VaporOpenAPI**](https://github.com/mattpolzin/VaporOpenAPI) / [VaporOpenAPIExample](https://github.com/mattpolzin/VaporOpenAPIExample) provide an example of generating OpenAPI from a Vapor application's routes.
0 commit comments