Swagger is a framework implementation for describing, producing, consuming, and visualizing RESTful web services, based on the OpenAPI specification
Is it possible to describe Websocket server api via Swagger? We have events broadcasting via websocket server and i want …
websocket swaggerI am developing demo REST service using Spring Boot where user has to login in order to to perform certain …
java spring-boot swagger swagger-ui springfoxI'm using Swashbuckle and Swagger on an ASP.NET Web API. I'm trying to find a way to pass an …
asp.net-web-api swagger swagger-ui swashbuckleI'm using Swashbuckle to enable the use of swagger and swagger-ui in my WebApi project. In the following image you …
c# swagger swagger-ui swashbuckleI'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 openapiI used SpringFox library for rest documentation of my spring boot app. When I click on model , all the elements …
java spring spring-boot swagger springfoxAll the operations appear collapsed when I open it and I want it to be expanded by default. Is there …
spring api spring-mvc swagger swagger-uiI have a get call in my swagger REST API that needs to return a pdf file. There is no …
swagger swagger-ui swagger-2.0 swagger-editorI have a project (Spring Boot App + Kotlin) that I would like to have an Open API 3.0 spec for (preferably …
spring-boot kotlin swagger openapi