From 534ec6a5fb8a2d22222ba54e5540b7c6301716eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20D=C3=BCsterh=C3=B6ft?= Date: Sun, 26 Aug 2018 20:27:55 +0200 Subject: [PATCH] Add restdocs-openapi project reference Closes gh-546 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cdfff4a2..23f67f33 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ There are several that you can contribute to Spring REST Docs: | [restdocsext-jersey][19] | Enables Spring REST Docs to be used with [Jersey's test framework][20] | | [spring-auto-restdocs][21] | Uses introspection and Javadoc to automatically document request and response parameters | | [restdocs-raml][22] | A Spring REST Docs extension that adds RAML support | +| [restdocs-openapi][23] | A Spring REST Docs extension that adds [OpenAPI 2.0][24] support | ## Licence @@ -68,3 +69,5 @@ Spring REST Docs is open source software released under the [Apache 2.0 license] [20]: https://jersey.java.net/documentation/latest/test-framework.html [21]: https://github.com/ScaCap/spring-auto-restdocs [22]: https://github.com/ePages-de/restdocs-raml +[23]: https://github.com/ePages-de/restdocs-openapi +[24]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md