(spec: OpenApiSpecInput)
| 379 | }); |
| 380 | |
| 381 | const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined => |
| 382 | spec.kind === "url" ? spec.url : undefined; |
| 383 | |
| 384 | const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2"; |
| 385 | const OPENAPI_HTTP_METHODS = new Set([ |
no outgoing calls
no test coverage detected