swagger2markup icon indicating copy to clipboard operation
swagger2markup copied to clipboard

A Swagger to AsciiDoc or Markdown converter to simplify the generation of an up-to-date RESTful API documentation by combining documentation that’s been hand-written with auto-generated API documentat...

Results 80 swagger2markup issues
Sort by recently updated
recently updated
newest added

I have created a fork of `swagger2markup-maven-plugin` and modified it to execute OpenAPI converter, but, grouping by TAG never happens... This is my configuration: ``` ${project.basedir}/target/swagger/swagger.json ${project.basedir}/target/docs/asciidoc ASCIIDOC TAGS true...

Thanks for raising a Swagger2Markup issue. Please provide a brief description of your problem along with the Swagger2Markup version you are using. If possible, please also consider putting together a...

see https://github.com/Swagger2Markup/swagger2markup/issues/423

Pegdown has been deprecated for a while, and it appears to not work anymore with Java 17. This suggests that the dependency should be replaced with something else to be...

Swagger2Markup version: ``` io.github.swagger2markup swagger2markup 1.3.4 ``` Problem description: `OpenAPI2MarkupConverter.java` and other OpenAPI classes are missing, which are present in master branch here in the repository.

Hi all, what's the plan for this project? I fixed a bug (https://github.com/Swagger2Markup/swagger2markup/pull/410) long time ago (in June) but no new release since April 2018. I see the work around...

Greeting contributors! I have faced with some strange issue. Swagger2Markup version: 1.3.3 Problem description: I tried to transfer json body and file via POST or PUT request: `@PostMapping("SOME_PATH") public ResponceDto...

question

Dear community, unfortunately I'm very busy at the moment and can't maintain Swagger2Markup alone anymore. There are many interesting new topics: 1. Swagger v3 support 2. Merge Swagger2Markup repositories and...

help wanted

The current implementation, Swagger v2 support, allows to configure the order of the parameters, operations and definitions. Also, allows to group paths by tags. Ideally, OpenApi 3.0 support #340 should...

enhancement
help wanted

Will there be [OpenAPI 3](https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md) support in near feature?