(spec: OpenApiSpecInput)
| 413 | }); |
| 414 | |
| 415 | const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined => |
| 416 | spec.kind === "url" ? spec.url : undefined; |
| 417 | |
| 418 | const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2"; |
| 419 | const OPENAPI_HTTP_METHODS = new Set([ |
no outgoing calls
no test coverage detected