From 4486a1f024f5864095f98a61d41eada575a6da84 Mon Sep 17 00:00:00 2001 From: raffrearaUS <33556912+raffrearaUS@users.noreply.github.com> Date: Mon, 15 Oct 2018 17:28:05 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3976bc7..878f7af 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Feathers](http://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins. * [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model. * [rest-hapi](https://github.com/JKHeadley/rest-hapi) - Generate RESTful API based on mongoose models that supports relational data. +* [oas-tools](https://github.com/isa-group/oas-tools) - NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers. ### PHP From bfe1b8969edbf45cbb1caee784a2a27673e89c24 Mon Sep 17 00:00:00 2001 From: raffrearaUS <33556912+raffrearaUS@users.noreply.github.com> Date: Tue, 19 Mar 2019 15:02:03 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 878f7af..1905c95 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model. * [rest-hapi](https://github.com/JKHeadley/rest-hapi) - Generate RESTful API based on mongoose models that supports relational data. * [oas-tools](https://github.com/isa-group/oas-tools) - NodeJS module to manage RESTfull APIs defined with OpenAPI 3.0 Specs over express servers. +* [swagger-tools](https://github.com/apigee-127/swagger-tools) - A Node.js and browser module that provides tooling around Swagger. ### PHP