#SwaggerUI
Huge improvement on @api-platform.com x #laravel about 40% perf improvement on an OpenApi generation, thanks to folks reporting the issues!

4.1.0-beta.2 is out by the way, many nice features are coming soon, please test and report!

github.com/api-platform...
Release v4.0.17 · api-platform/core
What's Changed test: guides migration table eixts by @soyuka in #6931 fix(laravel): SwaggerUI custom CSS by @dunglas in #6937 fix(symfony): error wrongly inherit normalization context by @soyuka i...
github.com
February 7, 2025 at 6:40 PM
API versioning in .NET 10 leveled up.
Asp.Versioning v10 + built‑in OpenAPI = clean per‑version docs, no duplicate config, and smooth Minimal API + controller support.
SwaggerUI + Scalar? Also version‑aware.
👉 Read the blog: ift.tt/io6TkxZ
May 5, 2026 at 7:31 PM
Now that .NET 9 has built-in OpenAPI document generation, will we also get a nice embedded SwaggerUI-like web UI? devblogs.microsoft.com/dotnet/annou...
Announcing .NET 9 - .NET Blog
Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more.
devblogs.microsoft.com
November 12, 2024 at 9:19 PM
Brewing Better APIs with Quarkus + OpenAPI
Learn how to build a Coffee API, enrich your OpenAPI spec, add security, and auto-generate Java clients.
buff.ly/xfMxc2F

#Java #Quarkus #OpenAPI #SwaggerUI
September 16, 2025 at 6:15 AM
For REST 📡 API's written in Go 🚶, you should take a quick look at buff.ly/8XqKVDD. Getting an OpenAPI-Spec 📜 & a SwaggerUI 🖥️ without any extra effort, is a huge win!

#REST #API #GoLang #OpenAPI #Swagger #SwaggerUI #Fuego #GoFuego #WebDevelopment #GoProgramming #TechStack #OpenSource
April 9, 2025 at 2:34 PM
Has anybody tried the migration from SwashBuckle/SwaggerUI to NSwag/Redoc?
January 9, 2025 at 9:46 AM
Note that 2/3 of these earthquakes are below M1 which will not be felt by humans. But they can be an important indicator for volcanic activity and magma migration processes.

The earthquake data is available through our API: api.vedur.is?urls.primary...
IMO API
SwaggerUI
api.vedur.is
December 31, 2024 at 2:17 PM
Secure your #ASPNETCore APIs! 🛡️

Learn how to integrate OAuth/OpenID Connect with JWT Bearer tokens, generate an OpenAPI spec, and secure calls from your #SwaggerUI using Duende IdentityServer.

duende.link/4tqhgh4

#dotnet #webdev
Securing OpenAPI and Swagger UI with OAuth in .NET 10
See how to secure an ASP.NET Core API with JWT Bearer tokens, set up the solution to generate an OpenAPI specification, and then secure calls from a Swagger UI to authenticate against Duende’s…
duende.link
November 26, 2025 at 1:45 PM
If you're using SwaggerUI with Microsoft.AspNetCore.OpenApi, TimeOnly fields are rendered as "string" in examples, and TimeSpan values appear in a really weird format. You can use a Schema Transformer to generate better examples #dotnet #aspnetcore #minimalapi
April 17, 2025 at 8:13 AM
2/ Com OpenAPI você ganha:

✅ Documentação interativa
✅ Teste direto no navegador
✅ Geração de clientes (JS, Python, etc)
✅ Menos “como isso funciona?” no chat
Powered by: springdoc.org

#SwaggerUI #SpringBoot #JavaDev #bolhadev #PudimDrivenDevelopment
April 7, 2025 at 5:48 PM
2/ With OpenAPI you get:

✅ Interactive docs
✅ "Try it out" right in the browser
✅ Client SDKs in JS, Python, TypeScript...
✅ Fewer Slack messages saying “how does this work?”
Powered by: springdoc.org

#SwaggerUI #SpringBoot #JavaDev #bolhadev #PudimDrivenDevelopment
April 7, 2025 at 5:37 PM
ICYMI - Coding Short from the Vault:

Coding Shorts: Hacking SwaggerUI to Support Hierarchical Tags

youtube.com/watch?v=...
July 8, 2025 at 8:20 PM
The api can get 500 items at a time

api.doge.gov/docs#/Saving...
SwaggerUI
SwaggerIU
api.doge.gov
March 28, 2025 at 6:42 PM
OpenAPI and SwaggerUI endpoints in Vapor apps

swiftpackageindex.com/apple/swift-...
swift-openapi-generator Documentation – Swift Package Index
swiftpackageindex.com
January 24, 2025 at 4:24 PM
December 27, 2024 at 7:42 PM
6/ TL;DR:

📥 Clona aqui: github.com/luismr/flight-tracker-event-server-java
⚙️ Roda a app
🌐 Abre localhost:8080/swagger-ui.html
😎 Admira a doc
🍮 Come um pudim
Você merece.

#SpringBoot #SwaggerUI #OpenAPI #PudimDrivenDevelopment #bolhadev
GitHub - luismr/flight-tracker-event-server-java
Contribute to luismr/flight-tracker-event-server-java development by creating an account on GitHub.
github.com
April 7, 2025 at 5:48 PM
6/ TL;DR:

📥 Clone the repo: github.com/luismr/flight-tracker-event-server-java
⚙️ Run the app
🌐 Open localhost:8080/swagger-ui.html
😎 Admire the interactive docs
🍮 Eat a pudim
You’ve earned it.

#SpringBoot #SwaggerUI #OpenAPI #PudimDrivenDevelopment #bolhadev
GitHub - luismr/flight-tracker-event-server-java
Contribute to luismr/flight-tracker-event-server-java development by creating an account on GitHub.
github.com
April 7, 2025 at 5:37 PM
I set up this awhile back which calls my own Gemini API key (I put it behind a password because I am using the free Gemini tier lol)

workers.indexx.dev/altText/
SwaggerUI
SwaggerIU
workers.indexx.dev
October 31, 2025 at 3:41 AM
4/ Springdoc makes it stupid simple to document your API.

Just use:

🔖 @Tag → group endpoints
📘 @Operation → describe what it does
🎯 @ApiResponse → success & error codes
🔡 @Parameter → inputs
Boom. Docs.

#SpringBoot #SwaggerUI #OpenAPI #bolhadev #pudim
a cartoon of spongebob giving the thumbs up with the words too easy below him
ALT: a cartoon of spongebob giving the thumbs up with the words too easy below him
media.tenor.com
April 7, 2025 at 5:37 PM
Secure your #ASPNETCore APIs! 🛡️

Learn how to integrate OAuth/OpenID Connect with JWT Bearer tokens, generate an OpenAPI spec, and secure calls from your #SwaggerUI using Duende IdentityServer.

duende.link/4tqhgh4

#dotnet #webdev
Securing OpenAPI and Swagger UI with OAuth in .NET 10
See how to secure an ASP.NET Core API with JWT Bearer tokens, set up the solution to generate an OpenAPI specification, and then secure calls from a Swagger UI to authenticate against Duende’s…
duende.link
January 28, 2026 at 6:45 AM
Ankr integrates Swagger UI into its Web3 API platform! 🎉 Developers get a scriptable & automated environment based on OpenAPI Specification. Connect quickly with API keys & authorization for CI/CD and backend automation. #Web3 #Ankr #API #SwaggerUI

#crypto #blockchain #news
May 6, 2025 at 4:00 AM
4/ Com springdoc é facílimo documentar sua API.

Use:

🔖 @Tag → agrupa endpoints
📘 @Operation → descreve ações
🎯 @ApiResponse → códigos de retorno
🔡 @Parameter → define entradas
Pronto. Tá documentado.

#SpringBoot #SwaggerUI #OpenAPI #bolhadev #pudim
a basketball player with the number 23 on his jersey is kneeling down on the court while a crowd watches .
ALT: a basketball player with the number 23 on his jersey is kneeling down on the court while a crowd watches .
media.tenor.com
April 7, 2025 at 5:48 PM
Secure your #ASPNETCore APIs! 🛡️

Learn how to integrate OAuth/OpenID Connect with JWT Bearer tokens, generate an OpenAPI spec, and secure calls from your #SwaggerUI using Duende IdentityServer.

duende.link/4tqhgh4

#dotnet #webdev
Securing OpenAPI and Swagger UI with OAuth in .NET 10
See how to secure an ASP.NET Core API with JWT Bearer tokens, set up the solution to generate an OpenAPI specification, and then secure calls from a Swagger UI to authenticate against Duende’s…
duende.link
February 18, 2026 at 7:00 AM
Secure your #ASPNETCore APIs! 🛡️

Learn how to integrate OAuth/OpenID Connect with JWT Bearer tokens, generate an OpenAPI spec, and secure calls from your #SwaggerUI using Duende IdentityServer.

duende.link/4tqhgh4

#dotnet #webdev
Securing OpenAPI and Swagger UI with OAuth in .NET 10
See how to secure an ASP.NET Core API with JWT Bearer tokens, set up the solution to generate an OpenAPI specification, and then secure calls from a Swagger UI to authenticate against Duende’s…
duende.link
January 5, 2026 at 3:30 PM