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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ This includes:
45
45
46
46
## See it in Action
47
47
48
-
If you just want to see it work, check out the [pet store sample](http://petstore.swagger.wordnik.com).
48
+
If you just want to see it work, check out the [pet store sample](http://petstore.swagger.io/).
49
49
50
50
## Additional Libraries
51
51
@@ -70,6 +70,7 @@ These are third party tools generated by the Swagger community. Note that not al
70
70
-[compojure-api](https://github.com/metosin/compojure-api) - Swagger for Compojure
71
71
-[fnhouse-swagger](https://github.com/metosin/fnhouse-swagger) - Swagger for fnhouse
72
72
-[pedestal-swagger](https://github.com/frankiesardo/pedestal-swagger) - Swagger for pedestal
73
+
-[swagger1st](https://github.com/sarnowski/swagger1st) - A Clojure/Ring handler that does parsing, validation and routing based on swagger definitions.
73
74
74
75
### ColdFusion / CFML
75
76
-[swagger-docs-cfml](https://github.com/webonix/swagger-docs-cfml) - create swagger docs from CFML (Railo) ReST components.
@@ -132,6 +133,7 @@ These are third party tools generated by the Swagger community. Note that not al
132
133
-[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.
133
134
-[Swagger Parser](https://github.com/BigstickCarpet/swagger-parser#swagger-parser) - Parses, validates, and dereferences JSON/YAML Swagger specs in Node and browsers
134
135
-[Swagger Express Middleware](https://github.com/BigstickCarpet/swagger-express-middleware/#swagger-express-middleware) - Swagger middleware and mocks for Express.js
136
+
-[swagger-mongodb](https://github.com/kaizhu256/node-swagger-mongodb) - lightweight swagger-ui crud-api backed by mongodb
135
137
136
138
#### Perl
137
139
-[Raisin](https://github.com/khrt/Raisin) - A framework with a built-in Swagger support.
@@ -153,6 +155,9 @@ These are third party tools generated by the Swagger community. Note that not al
153
155
-[pyswagger](https://github.com/AntXlab/pyswagger) - A type-safe, dynamic, spec-compliant Swagger client.
154
156
-[flex](https://github.com/pipermerriam/flex) - Swagger 2.0 schema validation, and tooling for validating arbitrary request/response objects.
155
157
-[flask-swagger](https://github.com/gangverk/flask-swagger) - A Swagger 2.0 extractor for Flask via YAML in docstrings
158
+
-[bravado](https://github.com/Yelp/bravado) - Swagger 2.0 client with support for both synchronous and asynchronous http.
159
+
-[bravado-core](https://github.com/Yelp/bravado-core) - Library for Swagger 2.0 schema ingestion, validation, request/response validation, etc.
160
+
-[swagger-spec-validator](https://github.com/Yelp/swagger_spec_validator) - Library for validating Swagger 1.2 and 2.0 schemas.
156
161
157
162
#### Ruby
158
163
-[grape-swagger](https://github.com/tim-vandecasteele/grape-swagger) - Add Swagger compliant documentation to your grape API.
@@ -176,7 +181,7 @@ These are third party tools generated by the Swagger community:
176
181
177
182
## License
178
183
179
-
Copyright 2014 Reverb Technologies, Inc.
184
+
Copyright 2015 SmartBear Software
180
185
181
186
Licensed under the Apache License, Version 2.0 (the "License");
182
187
you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: fixtures/v1.2/helloworld/server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# All-in-one Static Hello World Sample
2
2
3
-
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3
+
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3
+
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).
0 commit comments