Swagger Open Source Tools Questions 1,763 PostsSwagger Open Source Tools News & Announcements 8 Posts
Latest PostsRegarding swagger is not working in nodejs as per the swagger document. Hi there, I tried to setup swagger on nodejs as per the document par it is not working and present wrong data of swagger UI see the below attached screenshot. So just wanted to know how to setup s...openapi codegen doesn't match swagger for xml array I'm trying to get an xml array to work. In swagger it is represented fine, but after I run the code generator and then run my code I get the parent tag twice with no child tag. A snippet from my sc...Swagger Editor (Local) CORS Error Sorry, a Noobie question... Currently developing an OAS against one of our vendor's REST APIs for ingestion into Salesforce. I've downloaded the latest version, ran the ndm install, fired up the in...SolvedCustomize 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/ Swagger Ui showing different behavior Im facing an issue, where my code is working fine on swagger over dev server but same code gives CORS error over staging server and the curl generated is starting from http instead of https , but its...How to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)? I'm working on an OpenAPI 3.0 specification and I need to define a request body schema that includes: Two static fields: title (string) and description (string), both required Additional dynamic/c...Info object is ignored in swagger ui When I view the REST api of my spring boot application in swagger-ui, the info object (title, version and description) of my yaml definition is ignored and only default values ("OpenAPI definition", ...Maximum no of end-points in an API Hi, Are there any best practices or recommendations on the maximum number of endpoints in an API? Also, the size of the API becomes harder to maintain with each feature or endpoint. We need more ...No Fluff, Just Real Stuff - DevRel Newsletter - here! Hi everyone, The latest issue of No Fluff, Just Real Stuff, our DevRel newsletter, is here! In this edition, we’re talking about the launch of the SmartBear MCP server, share the latest release...How to adapt the custom generation to our standards? We generate our pojos from an API contract which works pretty well. However, there are a few things need to address on the generated pojos that end up requiring some editing on the generated files - ...