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)
@@ -227,6 +228,10 @@ Following is a short list of integrations that might be immediately useful or ju
227
228
228
229
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.
229
230
231
+
### Declarative OpenAPI Documents
232
+
233
+
The [**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.
234
+
230
235
### Generating OpenAPI Documents
231
236
232
237
[**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