ApiRouter
Home > @backstage/backend-openapi-utils
> ApiRouter
Typed Express router based on an OpenAPI 3.1 spec.
Signature:
export interface ApiRouter<Doc extends RequiredDoc> extends Router
Extends: Router
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
DocRequestMatcher<Doc, this, 'all'> | |||
DocRequestMatcher<Doc, this, 'delete'> | |||
DocRequestMatcher<Doc, this, 'get'> | |||
DocRequestMatcher<Doc, this, 'head'> | |||
DocRequestMatcher<Doc, this, 'options'> | |||
DocRequestMatcher<Doc, this, 'patch'> | |||
DocRequestMatcher<Doc, this, 'post'> | |||
DocRequestMatcher<Doc, this, 'put'> |