Results for “Std.App.OpenApi.Document”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.OpenApi.Document
A whole API description.
- Std.App.OpenApi.Document
Std.App.Config.SourceA whole API description.
- Std.App.OpenApi.document
Str -> Str -> Std.App.OpenApi.DocumentA document with no operations.
- Std.App.OpenApi.problems
&Std.App.OpenApi.Document -> Array[Str]What is inconsistent in a document: repeated operation ids, a
Named - Std.App.OpenApi.route
&Std.App.OpenApi.Document -> Str -> Std.Http.Server.Route.RouteA route serving the document as JSON at
path. - Std.App.OpenApi.toJson
&Std.App.OpenApi.Document -> Std.Json.JsonThe document as an OpenAPI 3.1 object.
- Std.App.OpenApi.undocumented
&Std.App.OpenApi.Document -> &Std.Http.Server.Route.Router -> (Array[Str], Array[Str])Routes the router serves that the document does not describe, and
- Std.App.describing
&Std.App.App -> &Std.App.OpenApi.Document -> Str -> Result[Std.App.App, Std.App.AppError]The application publishing its API description at
path.
