Skip to content

syncRestOpenApi

syncRestOpenApi(options, executionOptions?): Promise<SyncRestOpenApiResult>

Defined in: wp-typia-block-runtime/src/metadata-core.ts:401

Generate and write a canonical OpenAPI document for scaffolded REST contracts.

SyncRestOpenApiOptions

Contracts, endpoint metadata, source file, and output file settings.

ArtifactSyncExecutionOptions = {}

Promise<SyncRestOpenApiResult>

Information about the generated OpenAPI document and included schema components.