Skip to content

Commit 58409c0

Browse files
authored
Merge pull request #700 from DuendeSoftware/mb/openapi
OpenAPI / Swagger sample
2 parents 19eacff + a90772f commit 58409c0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/content/docs/bff/samples/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@ This sample shows how to use the BFF extensions for Microsoft YARP.
9393
target="_blank"
9494
/>
9595

96+
## OpenAPI and SwaggerUI
97+
98+
This sample shows how to use OpenAPI and SwaggerUI in combination with BFF.
99+
A walkthrough is available [on the Duende blog](https://blog.duendesoftware.com/posts/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui).
100+
101+
<LinkCard
102+
description="GitHub Repository for the BFF framework integration with OpenAPI and SwaggerUI"
103+
href="https://github.com/DuendeSoftware/samples/tree/main/BFF/v3/OpenApi"
104+
title="OpenAPI and SwaggerUI Sample"
105+
target="_blank"
106+
/>
107+
96108
## Separate Host for UI
97109

98110
This sample shows how to have separate projects from the frontend and backend, using CORS to allow cross-site requests from the frontend to the backend.

0 commit comments

Comments
 (0)