From 02fe98d7b6ced64ace38da00e97f2120edf32233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vahan=C4=8D=C3=ADk?= Date: Sun, 22 Mar 2020 09:31:57 +0100 Subject: [PATCH] Update IMPLEMENTATIONS.md Added OAS UI to user interfaces --- IMPLEMENTATIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 868123c6cd..63c417fd7c 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -51,6 +51,7 @@ These tools are not endorsed by the OAI. | Widdershins | [github/Mermade/widdershins](https://github.com/Mermade/widdershins) | Node.js | Generate Slate/Shins markdown from OpenAPI 3.0.x | | angular-swagger-ui | [github/angular-swagger-ui](https://github.com/Orange-OpenSource/angular-swagger-ui) | AngularJS | An angularJS implementation of Swagger UI | | Redoc | [github/Redocly/redoc](https://github.com/Redocly/redoc) | JavaScript | A React-based renderer with deep support for OAS v2 and v3 and zero dev-dependency| +| OAS UI | [github/vahanito/oas-ui](https://github.com/vahanito/oas-ui) | React.js | OAS UI allows to visualize API resources based on the given OpenAPI specification v3 | #### Mock Servers | Title | Project Link | Language | Description |