You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,13 @@ If you just want to see it work, check out the [pet store sample](http://petstor
52
52
### Swagger-Group Projects
53
53
54
54
These are the projects that were created by the same people who authored the Swagger Specification:
55
+
-[swagger-tools](https://github.com/apigee-127/swagger-tools) - A Node.js and browser module that provides tooling for validation and more around Swagger
55
56
-[swagger-core](https://github.com/swagger-api/swagger-core) - A Swagger implementation for Java/Scala. Has integration with JAX-RS (Jersey, Resteasy, CXF...), Servlets and Play Framework.
56
57
-[swagger-js](https://github.com/swagger-api/swagger-js) - A Swagger implementation for JavaScript.
57
58
-[swagger-node-express](https://github.com/swagger-api/swagger-node-express) - A Swagger module for node.js with express module.
58
59
-[swagger-ui](https://github.com/swagger-api/swagger-ui) - A dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
59
60
-[swagger-codegen](https://github.com/swagger-api/swagger-codegen) - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.
61
+
-[swagger-editor](https://github.com/swagger-api/swagger-editor) - Swagger Editor lets you edit API specifications in YAML inside your browser and to preview documentations in real time. Valid Swagger JSON descriptions can then be generated and used with the full Swagger tooling (code generation, documentation, etc).
60
62
61
63
62
64
### Community-Driven Language Integrations
@@ -108,6 +110,7 @@ These are third party tools generated by the Swagger community:
108
110
-[swaggerize-express](https://github.com/krakenjs/swaggerize-express) - Design-driven RESTful apis with swagger and express from [@PayPalDev](https://twitter.com/PayPalDev).
109
111
-[swaggerize-hapi](https://github.com/krakenjs/swaggerize-hapi) - Design-driven RESTful apis with swagger and hapi from [@PayPalDev](https://twitter.com/PayPalDev).
110
112
-[generator-swaggerize](https://github.com/krakenjs/generator-swaggerize) - Yeoman generator for krakenjs/swaggerize tools from [@PayPalDev](https://twitter.com/PayPalDev).
113
+
-[a127](http://a127.io) - a127 is toolkit for modeling & building rich, enterprise-class APIs in Node.js on your laptop. The focal point of a127 is the Swagger 2.0 specification for defining and describing an API model. From the Swagger model you can generate clients, servers and interactive documentation for your API. From [@apigee](https://github.com/apigee)
111
114
112
115
#### Perl
113
116
-[Raisin](https://github.com/khrt/Raisin) - A framework with a built-in Swagger support.
0 commit comments