Skip to content

Commit 0904fdd

Browse files
committed
Merge pull request OAI#353 from RobWin/patch-1
Added swagger2markup-gradle-plugin to Java chapter
2 parents b4cf91c + db3c699 commit 0904fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ These are third party tools generated by the Swagger community. Note that not al
9797
- [dropwizard-swagger](https://github.com/federecio/dropwizard-swagger) - A dropwizard bundle that wraps Swagger-Core.
9898
- [swaggerapi](https://github.com/ROAMSYS/swaggerapi) - Creates a Swagger resource listing suitable for feeding to swagger-ui by annotating your classes and methods and handles API calls to those methods
9999
- [swagger-validator](https://github.com/kenshoo/swagger-validator) - Validates that definitions in a swagger.yaml match the actual Java code.
100-
- [swagger2markup](https://github.com/RobWin/swagger2markup) - A Swagger to Markup (AsciiDoc and Markdown) converter. The Swagger2MarkupConverter takes a swagger.json or swagger.yaml file as source and converts it into an AsciiDoc or Markdown document. The Swagger2MarkupConverter supports the Swagger 1.2 and 2.0 specification.
100+
- [swagger2markup](https://github.com/RobWin/swagger2markup) - Swagger2Markup converts a Swagger JSON or YAML file into AsciiDoc or Markdown documents which can be combined with hand-written documentation. The AsciiDoc documents can be converted into HTML5, PDF and EPUB. The Swagger2MarkupConverter supports the Swagger 1.2 and 2.0 specification.
101+
- [swagger2markup-gradle-plugin](https://github.com/RobWin/swagger2markup-gradle-plugin) A Swagger2Markup Gradle Plugin which converts a Swagger JSON or YAML file into AsciiDoc or Markdown documents which can be combined with hand-written documentation. The AsciiDoc documents can be converted into HTML5, PDF and EPUB.
101102

102103
#### JavaScript
103104
- [swagger-ajax-client](https://github.com/signalfx/swagger-ajax-client) - Swagger client to communicate with a Swagger server using XHR requests from browsers. Includes client-side validation of requests against the given Swagger spec.

0 commit comments

Comments
 (0)