-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a developer of a web service, I would like to add API browsers to a Inline handler.
Example
It feels counter-intuitive that .AddRedoc() and similar just work on layouts.
Inline.Create()
.Get(() => "Hello World")
.AddOpenApi() // works
.AddRedoc(); // throwsAcceptance criteria
- API browsers can be used as regular concerns
- The change is backwards compatible
- The documentation is updated
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request