Swagger Open Source Tools Questions 1,717 PostsSwagger Open Source Tools News & Announcements 5 Posts
Latest PostsBootstrapped 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 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") ....Mixed-Type Arrays with java swagger-annotations 2.0.3. Hi, I'm trying to generate spec looking like this: using ArraySchema annotation on field "subscriptions" of class TestRequest which is used as DTO like this : @ArraySchema(maxItems = 100, ...same http method and same URL END POINT I have two API which have same HTTP method (for e.g. post ) and same end point but contain is different (method name is different like : login , refresh password ) . I make swagger documentation bu...Keycloak REST POST missing parameter is included in form I'm attempting to get a token from keycloak, so I'm sending the following parameters in my request, but they aren't being recognized. I blacked out the values, but data is filled in for each field. C...Community Feedback Request: How are you using Swagger Editor and what's your experience? 👋 Hi There. Are you a Swagger Editor user? Get your chance to shape the future of API Editors, by answering a few questions about your usage experience, and help share ways to improve the produ...Need Help Escalating PR Hello! I am from PayPal, and am hoping someone can help provide guidance how I can best escalate a PR to get merged based on business priority. We have had an open PR for several months now, and if i...Data Lineage in Swagger Hi, I'm not sure if this is the correct forum for this question but here goes. We currently have a challenge tracking dependenies between API's (what API calls what), as well as attribute level line...