Skip to content

Commit 876ab46

Browse files
committed
Merge pull request OAI#216 from mohsen1/patch-1
Add Swagger Tools, Swagger Editor and a127 projects
2 parents e42dd20 + 66d1b0d commit 876ab46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ If you just want to see it work, check out the [pet store sample](http://petstor
5252
### Swagger-Group Projects
5353

5454
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
5556
- [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.
5657
- [swagger-js](https://github.com/swagger-api/swagger-js) - A Swagger implementation for JavaScript.
5758
- [swagger-node-express](https://github.com/swagger-api/swagger-node-express) - A Swagger module for node.js with express module.
5859
- [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.
5960
- [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).
6062

6163

6264
### Community-Driven Language Integrations
@@ -108,6 +110,7 @@ These are third party tools generated by the Swagger community:
108110
- [swaggerize-express](https://github.com/krakenjs/swaggerize-express) - Design-driven RESTful apis with swagger and express from [@PayPalDev](https://twitter.com/PayPalDev).
109111
- [swaggerize-hapi](https://github.com/krakenjs/swaggerize-hapi) - Design-driven RESTful apis with swagger and hapi from [@PayPalDev](https://twitter.com/PayPalDev).
110112
- [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)
111114

112115
#### Perl
113116
- [Raisin](https://github.com/khrt/Raisin) - A framework with a built-in Swagger support.

0 commit comments

Comments
 (0)