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