MCPcopy
hub / github.com/Kong/insomnia / SlugifyOptions

Interface SlugifyOptions

packages/openapi-2-kong/src/common.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27export const getSecurity = (obj: OpenApi3Spec | OA3Operation | null) => obj?.security || [];
28
29interface SlugifyOptions {
30 replacement?: string;
31 lower?: boolean;
32}
33
34export function getName(
35 api: OpenApi3Spec,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected