Tapadocs
Tags
Tag: openapi
Using $ref in Open API specifications
May 31, 2024 in
openapi
If the API specification is getting too large and unweildy, it can be split into smaller files using
$ref
.
Generating HTML for OpenAPI using Redoc
May 31, 2024 in
openapi
Using the redoc tool to generate HTML docs from an OpenAPI specification.