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
The goal of Swagger™ is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via Swagger, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, Swagger removes the guesswork in calling the service.
@@ -38,7 +36,7 @@ For example, Swagger-Core with the version 1.3.2 supports Swagger Specification
38
36
39
37
## The Wiki
40
38
41
-
Check out the [wiki](https://github.com/wordnik/swagger-spec/wiki) for additional and relevant information about the project.
39
+
Check out the [wiki](https://github.com/swagger-api/swagger-spec/wiki) for additional and relevant information about the project.
42
40
43
41
This includes:
44
42
- Static sample tutorial.
@@ -54,11 +52,11 @@ If you just want to see it work, check out the [pet store sample](http://petstor
54
52
### Swagger-Group Projects
55
53
56
54
These are the projects that were created by the same people who authored the Swagger Specification:
57
-
-[swagger-core](https://github.com/wordnik/swagger-core) - A Swagger implementation for Java/Scala. Has integration with JAX-RS (Jersey, Resteasy, CXF...), Servlets and Play Framework.
58
-
-[swagger-js](https://github.com/wordnik/swagger-js) - A Swagger implementation for JavaScript.
59
-
-[swagger-node-express](https://github.com/wordnik/swagger-node-express) - A Swagger module for node.js with express module.
60
-
-[swagger-ui](https://github.com/wordnik/swagger-ui) - A dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
61
-
-[swagger-codegen](https://github.com/wordnik/swagger-codegen) - A template-driven engine to generate client code in different languages by parsing your Swagger documentation.
55
+
-[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
+
-[swagger-js](https://github.com/swagger-api/swagger-js) - A Swagger implementation for JavaScript.
57
+
-[swagger-node-express](https://github.com/swagger-api/swagger-node-express) - A Swagger module for node.js with express module.
58
+
-[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
+
-[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.
62
60
63
61
64
62
### Community-Driven Language Integrations
@@ -108,7 +106,7 @@ These are third party tools generated by the Swagger community:
108
106
-[swagger-node-client](https://github.com/signalfx/swagger-node-client) - Node client to communicate with Swagger servers. Includes detailed client-side validation against the API spec.
109
107
110
108
#### PHP
111
-
-[Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.wordnik.com specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services.
109
+
-[Swagger-PHP](https://packagist.org/packages/zircote/swagger-php) - a library implementing the swagger.io specification to describe web services, operations/actions and models enabling a uniform means of producing, consuming, and visualizing RESTful web services.
112
110
-[NelmioApiDocBundle](https://github.com/nelmio/NelmioApiDocBundle) - A Symfony Bundle.
113
111
-[Restler](https://github.com/Luracast/Restler) - PHP framework, swagger support in 3.0.
114
112
-[swagger-assert](https://github.com/gong023/swagger-assert) - enable to assert keys in swagger document and API response
0 commit comments