Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SunoAI-API/Suno-API
/ get_cookie
Method
get_cookie
cookie.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
self.cookie.load(cookie_str)
21
22
def
get_cookie(self):
23
return
";"
.join([f
"{i}={self.cookie.get(i).value}"
for
i in self.cookie.keys()])
24
25
def
set_session_id(self, session_id):
26
self.session_id = session_id
Callers
1
update_token
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected