(spec: OpenApiSpecInput)
| 408 | }); |
| 409 | |
| 410 | const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined => |
| 411 | spec.kind === "url" ? spec.url : undefined; |
| 412 | |
| 413 | const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2"; |
| 414 | const OPENAPI_HTTP_METHODS = new Set([ |
no outgoing calls
no test coverage detected