Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Swagger Documentation Generation #72

Open
pathob opened this issue Sep 15, 2020 · 1 comment
Open

Improve Swagger Documentation Generation #72

pathob opened this issue Sep 15, 2020 · 1 comment

Comments

@pathob
Copy link
Member

pathob commented Sep 15, 2020

Problems

The current documentation does not show

  • Request media types
  • Examples
@pathob
Copy link
Member Author

pathob commented Sep 15, 2020

            <plugin>
                <groupId>io.swagger.codegen.v3</groupId>
                <artifactId>swagger-codegen-maven-plugin</artifactId>
                <version>3.0.21</version>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>generate</goal>
                        </goals>
                        <configuration>
                            <inputSpec>${project.build.directory}/openapi.yaml</inputSpec>
                            <language>html</language>
                            <output>${project.basedir}</output>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant