Skip to content

Commit 482fb30

Browse files
committed
Merge pull request #308 from BigstickCarpet/master
Added Swagger Parser and Swagger Express Middleware
2 parents 04ec22c + 771aaa4 commit 482fb30

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
@@ -103,6 +103,7 @@ These are third party tools generated by the Swagger community:
103103
- [swagger-angular-client](https://github.com/signalfx/swagger-angular-client) - Angular service Swagger client to communicate with a Swagger server using the Angular-specific services (such as $http). Includes client-side validation of requests against the given Swagger spec.
104104
- [swagger-client-generator](https://github.com/signalfx/swagger-client-generator) - Client library generator which can be used to create framework or platform-specific Swagger clients given a transport method (e.g. [swagger-angular-client](https://github.com/signalfx/swagger-angular-client) or [swagger-node-client](https://github.com/signalfx/swagger-node-client)).
105105
- [swagger-validate](https://github.com/signalfx/swagger-validate) - Validation utility to validate Swagger models or requests against a given spec, useful for writing Swagger client libraries.
106+
- [Swagger Parser](https://github.com/BigstickCarpet/swagger-parser#swagger-parser) - Parses, validates, and dereferences JSON/YAML Swagger specs in Node and browsers
106107

107108
#### .Net
108109
- [ServiceStack](https://github.com/ServiceStack/ServiceStack) - a high-performance .NET web services platform that simplifies the development of high-performance REST (JSON, XML, JSV, HTML, MsgPack, ProtoBuf, CSV) and WCF SOAP Web Services. Has support for [Swagger integration](https://github.com/ServiceStack/ServiceStack/wiki/Swagger-API).
@@ -124,6 +125,8 @@ These are third party tools generated by the Swagger community:
124125
- [ratify](https://github.com/mac-/ratify) - A [Hapi](http://hapijs.com/) plugin that automatically creates Swagger documentation AND validates request/response parameters using the [JSON Schema](http://json-schema.org/) spec.
125126
- [swagger-tools](https://github.com/apigee-127/swagger-tools) - Various Swagger tools for JavaScript including an API/CLI (conversion, validation, ...) and [Connect](https://github.com/senchalabs/connect) middleware for routing, validation, security and swagger-ui.
126127
- [swagger-express](https://github.com/fliptoo/swagger-express) - A simple and clean solution to integrate swagger with express straight away from jsdoc or a yaml file.
128+
- [Swagger Parser](https://github.com/BigstickCarpet/swagger-parser#swagger-parser) - Parses, validates, and dereferences JSON/YAML Swagger specs in Node and browsers
129+
- [Swagger Express Middleware](https://github.com/BigstickCarpet/swagger-express-middleware/#swagger-express-middleware) - Swagger middleware and mocks for Express.js
127130

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

0 commit comments

Comments
 (0)