From 5f89fa014254faa01ed7c1d7163f638586ef7517 Mon Sep 17 00:00:00 2001 From: "J. Paul Daigle" Date: Fri, 31 Aug 2018 14:23:47 -0400 Subject: [PATCH 1/2] Update IMPLEMENTATIONS.md Add open api spex library. --- IMPLEMENTATIONS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index 29ef9b6d92..c40edee45a 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -20,6 +20,9 @@ These tools are not endorsed by the OAI. | oas3-remote-refs | [github//OverSpeedIO/oas3-remote-refs](https://github.com/OverSpeedIO/oas3-remote-refs) | Node.js | Tool to pull remote refernences and merge them into the definitions of the provided OpenAPI3 speicfication. | go-openapi | [github/nasa9084/go-openapi](https://github.com/nasa9084/go-openapi) | Go | Golang struct model for OpenAPI 3.x. | | openapi | [github/wzshiming/openapi](https://github.com/wzshiming/openapi) | Go | OpenAPI 3 Specification for golang | +| open api spex | [/mbuhot/open_api_spex(https://github.com/mbuhot/open_api_spex)] | Elixir | Leverage Open Api Specification 3 (swagger) to document, test, validate and explore your Plug and Phoenix APIs. | + + #### Editors From bc62fef51fddfe3bd584b155d5824ab14d9f5a25 Mon Sep 17 00:00:00 2001 From: "J. Paul Daigle" Date: Wed, 3 Oct 2018 17:46:43 -0400 Subject: [PATCH 2/2] Update IMPLEMENTATIONS.md --- IMPLEMENTATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMENTATIONS.md b/IMPLEMENTATIONS.md index c40edee45a..7554099f6a 100644 --- a/IMPLEMENTATIONS.md +++ b/IMPLEMENTATIONS.md @@ -20,7 +20,7 @@ These tools are not endorsed by the OAI. | oas3-remote-refs | [github//OverSpeedIO/oas3-remote-refs](https://github.com/OverSpeedIO/oas3-remote-refs) | Node.js | Tool to pull remote refernences and merge them into the definitions of the provided OpenAPI3 speicfication. | go-openapi | [github/nasa9084/go-openapi](https://github.com/nasa9084/go-openapi) | Go | Golang struct model for OpenAPI 3.x. | | openapi | [github/wzshiming/openapi](https://github.com/wzshiming/openapi) | Go | OpenAPI 3 Specification for golang | -| open api spex | [/mbuhot/open_api_spex(https://github.com/mbuhot/open_api_spex)] | Elixir | Leverage Open Api Specification 3 (swagger) to document, test, validate and explore your Plug and Phoenix APIs. | +| open api spex | [/mbuhot/open_api_spex(https://github.com/mbuhot/open_api_spex)] | Elixir | Leverage OpenApi Specification 3 to document, test, validate and explore your Plug and Phoenix APIs. |