There are libraries for Swagger that you can hook into your code and it will dynamically generate documentation. Then there's unit and integration tests that can be used to help pin down different use cases and ensure you don't inadvertently break them. - Source: Reddit / 2 days ago
I created another issue, this time quoting directly from swagger.io, showing screenshots from editor.swagger.io validation to prove that the library is creating invalid OpenAPI descriptions and that my suggestion creates valid ones, rephrasing the entire problem from a slightly different angle. I asked that if he decides to close the issue, to please not delete it so that it serves as documentation for others. - Source: Reddit / 17 days ago
All of the docs in the swagger.io must be written in YAML format, which I think it is easier to work with. - Source: dev.to / 2 months ago
Swagger is an open source tool that enables developers to design, build, document and consume REST APIs. Swagger is used to describe the structure of our APIs so that machines can read them. This structure follows the OpenAPI Specification. - Source: dev.to / 2 months ago
Swagger.io is a multiplayer game where thousands of people can edit a single YAML file. - Source: Reddit / 4 months ago
To achieve these goals we investigated various options and ultimately decided on using a community-driven fork of the official Swagger CodeGen project: OpenAPI Generator (OAG). - Source: dev.to / 5 months ago
Perhaps swagger? https://swagger.io/. - Source: Reddit / 5 months ago
Swagger is an api-specification tool, checkout swagger.io. And you can have a demo at https://editor.swagger.io/. - Source: dev.to / 6 months ago
Create a Proper API Documentation The following open-source projects can help you with creating documentation for your APIs: APIBluePrint Swagger. - Source: dev.to / 6 months ago
Documentation is everything that the engineering team writes. It is, however, kind of ignored by other developers. And there are several reasons for this, for example, poorly documented or outdated information. The good news is that there are good tools that can help us on this documentation journey. Swagger, for example, greatly simplifies this process for us. There is also the Open API whose objective is to... - Source: dev.to / 6 months ago
This project also includes a complete sample implementation (apiPub.samples.api) of the Swagger Petstore, which is the official swagger sample. - Source: dev.to / 6 months ago
I have also setup swagger (swagger is somewhat like postman). I hit its URL, it redirected to Google login. I entered my google login and now it showed me swagger UI. On first time log in, the logged in user's email is captured in db and is given role ROLE_USER. I then went to DB and modified its role to ROLE_ADMIN and restarted the app. - Source: Reddit / 6 months ago
Would something like Swagger work? Here's an example of a Swagger UI on top of an API. - Source: Reddit / 6 months ago
Then see how you could include swagger/openAPI definitions and documentation for your API. Https://swagger.io/ Https://www.openapis.org/. - Source: Reddit / 6 months ago
That's why the APIs are so important when we are trying to communicate between services, with a good documentation (e.g. swagger), we can see how to create the request and how the response will look like. - Source: dev.to / 6 months ago
Is this for an API? You can use a tool like Swagger which can build you a nice HTML output of your endpoints. - Source: Reddit / 8 months ago
Defining and documenting API can be a challenging task. Fortunately, we have something called a swagger — a set of open-source tools built around the OpenAPI Specification that can help you design, build, document, and consume REST APIs. Thanks to them, you can create a webpage with all endpoints defined with their query params, body params, schemas of the expected response, etc. What’s more, you can also test... - Source: dev.to / 8 months ago
Compared to a struct in C, Rust, or Golang it takes more typing on behalf of the programmer and only works in a narrowly specific set of circumstances. Convenient in some ways (e.g. If you only are comfortable in JS), and does nothing for other contexts. https://swagger.io/ Is this more than a subset of Wordnik's Swagger? - Source: Hacker News / 8 months ago
I am a software architect and my delivery teams are working on decomposing a monolithic web application into JavaScript SPAs and microservices running in Kubernetes. We have been using Swagger to document the request/response interfaces of our APIs, but now we're struggling with how to do the same with events. - Source: Reddit / 8 months ago
Swagger: They have two options, the Swagger Editor (free to download) and Swagger hub (their hosted service). This service defines, visualises and validates APIs in a collaborative environment. - Source: dev.to / 8 months ago
Efficient Implementation: with our Developer Documentation available in Swaggerhub, the information needed to begin implementing Casebook with your system are readily available. - Source: Reddit / 9 months ago
Do you know an article comparing swagger.io to other products?
Suggest a link to a post with product alternatives.