Skip to content

operationCodeSamples

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/openapi/code-samples.ts

Samples for a single operation; [] on any failure (never throws into the spec build).

Signature

ts
function operationCodeSamples(spec: any, path: string, method: string, targets: string[]): CodeSample[]

Parameters

NameType
specany
pathstring
methodstring
targetsstring[]

Returns: CodeSample[]

Was this page helpful?

Download as PDF