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
tsfunction operationCodeSamples(spec: any, path: string, method: string, targets: string[]): CodeSample[]
Parameters
| Name | Type |
|---|---|
spec | any |
path | string |
method | string |
targets | string[] |
Returns: CodeSample[]
Was this page helpful?