MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / apiKey

Method apiKey

src/astroprint/plugin/services/system.py:76–78  ·  view source on GitHub ↗
(self, sendResponse=None)

Source from the content-addressed store, hash-verified

74 return False
75
76 def apiKey(self, sendResponse=None):
77 if sendResponse:
78 sendResponse(UI_API_KEY)
79
80 ##connection
81 def printerConnectionDriver(self, data, sendMessage):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected