#Swagger
2 posts tagged with this topic. ← All tags
-
Swagger UI without polluting your app: CDN-hosted docs in 10 lines.
Swagger UI can be served from a CDN with a single HTML file and no npm packages. Here's how to wire it to your OpenAPI spec without adding dependencies to your app.
-
OpenAPI spec: the minimum you need to write and what it unlocks.
OpenAPI specs enable auto-generated docs, client SDK generation, and request validation. Here's the minimum viable spec and what you get from writing it.