MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / _headers

Function _headers

libtv-skill/scripts/_common.py:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def _headers():
29 return {
30 "Authorization": f"Bearer {ACCESS_KEY}",
31 "Content-Type": "application/json",
32 }
33
34
35def api_post(path: str, body: dict) -> dict:

Callers 2

api_postFunction · 0.85
api_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected