(spec: OpenApiSpecInput)
| 439 | }); |
| 440 | |
| 441 | const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined => |
| 442 | spec.kind === "url" ? spec.url : undefined; |
| 443 | |
| 444 | const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2"; |
| 445 | const OPENAPI_HTTP_METHODS = new Set([ |
no outgoing calls
no test coverage detected