Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
_headers():
29
return
{
30
"Authorization"
: f
"Bearer {ACCESS_KEY}"
,
31
"Content-Type"
:
"application/json"
,
32
}
33
34
35
def
api_post(path: str, body: dict) -> dict:
Callers
2
api_post
Function · 0.85
api_get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected