MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / specText

Function specText

packages/plugins/openapi/src/sdk/configure.test.ts:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 serveOpenApiHttpApiTestServer({ api: TestApi, handlersLayer: EchoGroupLive });
67
68const specText = () => {
69 const spec = makeOpenApiHttpApiTestIntegrationConfig(TestApi, {}).spec;
70 if (spec.kind === "blob") return spec.value;
71 return spec.url;
72};
73
74// A custom apiKey method that places the connection value into `x-api-key`,
75// authored request-shaped (the one apikey input dialect).

Callers 1

configure.test.tsFile · 0.70

Tested by

no test coverage detected