Swagger Open Source Tools Questions 1,720 PostsSwagger Open Source Tools News & Announcements 5 Posts
Latest PostsrequestInterceptor with Python Hello , I have configured the swagger using FAST API for my project , Now I would like to intercept the request coming out of swagger UI . In swagger documentation I see a parameter requestIntercep...Swagger - hide definition, BUT.... Hi, I am trying to hide definition/document (the one you select from top right dropdown), but make all endpoints available. Point is, to do "first filter" for curious users, then authorization. ...PhonePe में गलत ट्रांजेक्शन से पैसे वापस कैसे पाएं? PhonePe में गलत ट्रांजेक्शन से पैसे वापस कैसे पाएं? किसी गलत लेनदेन के लिए फोन पे से पैसे वापस पाने के लिए आपको तुरंत फोन पे के ग्राहक सहायता (+91.9088-566-267) से संपर्क करना चाहिए। Customize Swagger like spotify web console Hello everyone , how can i achieve such UI with swagger in a react application. Thanks in advance . example link :https://developer.spotify.com/console/albums/ Handling unknown subtypes with OpenAPI discriminator property In our API, we return different subclasses of a base class (SearchEntity) using the discriminator property (searchType) to differentiate between various types. This approach helps maintain data consi...Endpoint Expansion I am using @nestjs/swagger to auto generate my swagger page. This is my config setup: ``` const config = new DocumentBuilder() .setTitle("Swagger API") .setDescription("The API") ....https://generator3.swagger.io/api/generate has been blocked by CORS policy Hello, I am using the online Swagger Editor, and I am unable to generate client -> typescript-axios. I am getting a CORS policy related errors and the API call returns 502 Bad Gateway. ...Bootstrapped servlet returns empty JSON as of 2.2.24 Sorry if I've missed something in the docs, but our apps use a bootstrapped HTTP servlet to configure OpenAPI using JAX-RS and when we upgraded to Swagger 2.2.24 the servlet started producing an empt...Python 3.6 client support I've spent a lot of time with OpenAPI in the last month. Our product used swagger for many years to both document our rest interface and generate a python (2.7) client for customers and internal uses...I want to add variable in swagger like postman Can I add variable like postman in swagger? for example I use username in many API add value in variable username and declare it in every API