MCPcopy Create free account
hub / github.com/simstudioai/sim / granolaHeaders

Function granolaHeaders

apps/sim/connectors/granola/granola.ts:85–90  ·  view source on GitHub ↗

* Builds the authorization headers for a Granola API request.

(accessToken: string)

Source from the content-addressed store, hash-verified

83 * Builds the authorization headers for a Granola API request.
84 */
85function granolaHeaders(accessToken: string): Record<string, string> {
86 return {
87 Authorization: `Bearer ${accessToken}`,
88 'Content-Type': 'application/json',
89 }
90}
91
92/**
93 * Produces the change-detection hash for a note from its stable identifiers.

Callers 1

granola.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected