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

Function specText

packages/plugins/openapi/src/sdk/spec-blob.test.ts:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60);
61
62const specText = () => {
63 const spec = makeOpenApiHttpApiTestSourceConfig(TestApi, {}).spec;
64 if (spec.kind === "blob") return spec.value;
65 return spec.url;
66};
67
68const apiKeyTemplate: AuthenticationInput = {
69 slug: AuthTemplateSlug.make("apiKey"),

Callers 1

spec-blob.test.tsFile · 0.70

Calls 1

Tested by

no test coverage detected