@backstage/backend-openapi-utils
Home > @backstage/backend-openapi-utils
Common functionalities for the openapi-router plugin.
Functions
Function |
Description |
---|---|
Create a new OpenAPI router with some default middleware. | |
createValidatedOpenApiRouterFromGeneratedEndpointMap(spec, options) |
Create a new OpenAPI router with some default middleware. |
Given a base url for a plugin, find the given OpenAPI spec for that plugin. |
Interfaces
Interface |
Description |
---|---|
Typed Express router based on an OpenAPI 3.1 spec. | |
Namespaces
Namespace |
Description |
---|---|
Type Aliases
Type Alias |
Description |
---|---|
Validate a string against OpenAPI path template, https://spec.openapis.org/oas/v3.1.0#path-templating-matching. | |