MCPcopy Create free account
hub / github.com/OperationT00/T-Code / headers

Method headers

clients/t-code-cli/src/runtime-client.ts:88–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 private headers(): Record<string, string> {
89 return {
90 "Authorization": `Bearer ${this.apiKey}`,
91 "Content-Type": "application/json",
92 };
93 }
94}
95
96async function runtimeApiError(response: Response): Promise<RuntimeApiError> {

Callers 2

eventsMethod · 0.95
requestJsonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected