MCPcopy Index your code
hub / github.com/simstudioai/sim / convexAuthHeaders

Function convexAuthHeaders

apps/sim/tools/convex/utils.ts:35–37  ·  view source on GitHub ↗
(deployKey: string)

Source from the content-addressed store, hash-verified

33 * @see https://docs.convex.dev/http-api/#api-authentication
34 */
35export function convexAuthHeaders(deployKey: string): Record<string, string> {
36 return { Authorization: `Convex ${deployKey.trim()}` }
37}
38
39/**
40 * Parses function arguments that may arrive as a JSON string or an object.

Callers 7

list_tables.tsFile · 0.90
mutation.tsFile · 0.90
run_function.tsFile · 0.90
query.tsFile · 0.90
list_documents.tsFile · 0.90
document_deltas.tsFile · 0.90
action.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected