From 7480e03097b09f68977209e8446fd1932f4f9d8e Mon Sep 17 00:00:00 2001 From: Dhia Abbassi Date: Fri, 15 Feb 2019 13:42:08 +0100 Subject: [PATCH] Added 'ReDoc' to REST APIs section Added new REST APIs documentation tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4c95d2..1422f27 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Slate](https://github.com/tripit/slate) - Beautiful static documentation for your API. - [Spring REST Docs](http://projects.spring.io/spring-restdocs/) - Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test. - [Swagger](http://swagger.io/) - A simple yet powerful representation of your RESTful API. +- [ReDoc](https://github.com/Rebilly/ReDoc) - OpenAPI/Swagger-generated API Documentation ## Standards / Recommendations