Top "Swagger-codegen" questions

Swagger Code Generator allows the generation of API client libraries, server stubs and documentation by an (Swagger) OpenAPI specification.

Can you completely disable CORS support in Spring?

As described in CORS preflight request fails due to a standard header if you send requests to OPTIONS endpoints with …

java spring spring-mvc swagger-codegen
How can I set a description and an example in Swagger with Swagger annotations?

I am creating a REST Api using Spring boot, and auto generating the swagger documentation in controllers using swagger codegen. …

java spring swagger swagger-codegen
How to generate client code using with swagger-codegen-plugin (maven)?

I need to generate a server stub code in eclipse using with swagger-codegen-plugin (for maven) . can you please help how …

java maven swagger swagger-codegen
Swagger Codegen (with maven plugin) for OpenAPI 3.0

I want to use Swagger Codegen for OpenAPI 3.0 YAML file. And I see Swagger Codegen 3.0.0-rc0 is available. But when …

maven swagger swagger-codegen openapi openapi-generator
How to develop a simple REST Client using Swagger codegen?

I'm learning about Swagger and how to generate REST Client using Swagger codegen. I know how to do documentation with …

java spring-boot swagger rest-client swagger-codegen
Generate .NET Client from Swagger

What tool can I use to generate a .NET Client to consume from a Swagger definition? For example, I started …

asp.net-core swagger-codegen
How to generate swagger.json using gradle?

I want to use swagger-codegen to generate REST clients and possibly static HTML documentation. However, swagger-codegen needs swagger.json for …

java swagger swagger-codegen
How to run swagger-codegen for OpenAPI 3.0.0

looks like official swagger for openapi specification V3 support is near release https://blog.readme.io/an-example-filled-guide-to-swagger-3-2/, and the …

swagger swagger-codegen openapi
How to generate JSON examples from OpenAPI/Swagger model definition?

I'm building a fuzzer for a REST API that has an OpenAPI (Swagger) definition. I want to test all available …

json swagger swagger-2.0 swagger-codegen openapi
Why error in Angular 5 as : has no exported member 'OpaqueToken'.?

I have an Angular 4 application, which I am upgrading to Angular 5. I am getting the following error. ERROR in src/…

angular angular5 swagger-2.0 swagger-codegen