Swagger Open Source Tools Questions 1,753 PostsSwagger Open Source Tools News & Announcements 7 Posts
Latest PostsCustomize 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/ Looking for a more modern, easier-to-customize SwaggerUI alternative? I’ve been working on some internal tools and SwaggerUI started feeling too limiting in terms of customization and integration. Any recommendations for modern Swagger replacements? No Fluff, Just Real Stuff - DevRel Newsletter Hey there! We're back with another issue of our DevRel newsletter No Fluff, Just Real Stuff In this edition, we dive into real-world API performance testing, spotlight upcoming events like EuroST...How do I validate the key of a object type schema | v3.0.4 I have my api.yaml like this, I want to validate that the lenght of the key of this map shouldn't be empty. How do I do it with swagger itself. I tried the below, the code generated validates the va...Use anyOf/oneOf with codegen? Suppose I have a schema: params: is one of Message|Image|Audio _type: the type to expect in params I (currently) have the schema... ... "components": { "schemas: { "Interaction": { ...Hiding one of multiple routes for an endpoint - Swagger c# .net 4.8 Hello. I am using swashbuckle with c# .net framework 4.8. I have controller endpoints with multiple Route attributes. I want to display only one. How can I hide/filter other routes and only have o...How to add AWS authentication to my OPEN API SPEC I am documenting an existing API with OpenAPI. The API uses AWS authentication. I have been testing the API using postman, where I add Aws access key and Signature in the Auth section of Postman. Bu...How to customize the swagger-editor to include other definitions besides the PetStore Hello all, I'm trying to customize some of the defaults of Swagger-editor (https://swagger.io/tools/swagger-editor/) and I wonder if you can help. What I have and found so far Basically I do have ...Jersey 3.x + Grizzly Web Service Swagger Advice Hello, I was trying to implement Swagger UI into my repository. We're on Jersey 3.1.10. The guide for integrating with Jersey seems to apply to 2.x versions, so I was looking for advise on how to ...JSON to HTML Conversion error Hi, I upload a JSON file the the Swagger editor and user Generate client to generate an HTML or HTML2 zip file. The zip file cannot be opened. The issue did not occur 3 months ago. I then used the J...