Top "Swagger" questions

Swagger is a framework implementation for describing, producing, consuming, and visualizing RESTful web services, based on the OpenAPI specification

How do I include subclasses in Swagger API documentation/ OpenAPI specification using Swashbuckle?

I have an Asp.Net web API 5.2 project in c# and generating documentation with Swashbuckle. I have model that contain …

c# api swagger subclassing openapi
JWT Authentication and Swagger with .Net core 3.0

I am developing some Web Api with .Net core 3.0 and want to integrate it with SwashBuckle.Swagger. It is working …

swagger asp.net-core-webapi swashbuckle .net-core-3.0
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
.NET Core 2 and SwashBuckle Swagger UI is not Displaying

I have followed a few tutorials and have gotten this to work at work but for some reason I am …

swagger swagger-ui swagger-2.0 asp.net-core-webapi .net-core-2.0
Swagger ui - Query param

I am using Swagger ui and Swagger core (1.3) for a jersey application. I have certain query parameters which I must …

java rest swagger swagger-ui jersey-1.0
How to make Swagger show examples of objects returned from the API?

I am creating a set of API's for the first time. Here's one of the methods: // GET: api/Doors/0 /// <…

c# .net api swagger swashbuckle
com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector not found --- while using Swagger

my first post on SO and expecting good stuff in return :-) I have developed a small java restful services …

java maven swagger glassfish-4.1
Customizing Request Header description in Swagger UI using Springfox-Swagger2

I am using Springfox Swagger2 version 2.4.0, Springfox Swagger UI version 2.4.0 and Swagger Annotations version 1.5.0 in my Spring Boot application. The …

spring-boot swagger swagger-ui swagger-2.0 springfox
Swashbuckle/Swagger on .NET Core 2.1 has stopped working since upgrade

I have a .NET Core 2.0 application, using Swashbuckle/Swagger to generate API documentation. When we were on 2.1.0-preview, Swagger was …

asp.net-core swagger swashbuckle
API key in header with swashbuckle

I want to do API key based authentication on a WebAPI project with Swashbuckle (swagger for .net). I have configured …

asp.net-web-api swagger swagger-ui swashbuckle