We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8596d36 commit 17cfd7fCopy full SHA for 17cfd7f
src/apitypes/rest/rest.operations.ts
@@ -17,14 +17,11 @@
17
import { OpenAPIV3 } from 'openapi-types'
18
19
import { buildRestOperation } from './rest.operation'
20
-import { OperationIdNormalizer, OperationsBuilder } from '../../types'
+import { OperationsBuilder } from '../../types'
21
import {
22
calculateOperationId,
23
createBundlingErrorHandler,
24
- IGNORE_PATH_PARAM_UNIFIED_PLACEHOLDER,
25
removeComponents,
26
- removeFirstSlash,
27
- slugify,
28
} from '../../utils'
29
import { getOperationBasePath } from './rest.utils'
30
import type * as TYPE from './rest.types'
0 commit comments