MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / parse.ts

File parse.ts

packages/plugins/openapi/src/sdk/parse.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { OpenAPI, OpenAPIV3, OpenAPIV3_1 } from "openapi-types";
2import { Duration, Effect, Schema } from "effect";
3import { HttpClient, HttpClientRequest } from "effect/unstable/http";
4import { JSON_SCHEMA, load as parseYamlDocument } from "js-yaml";

Callers

nothing calls this directly

Calls 6

parseSpecObjectFunction · 0.85
isOpenApi3Function · 0.85
setMethod · 0.80
toStringMethod · 0.80
getMethod · 0.65
executeMethod · 0.65

Tested by

no test coverage detected