标签: node.js api express bitcoin express-session
我正在构建一个与Bitmex API交互的UI,我需要制作一个“ landing.ejs”页面,该页面需要apiKey和apiSecret,并在“ / ui”和我要添加的其他路由上使用它们。我听说过快速会话,但无法实施。我该如何解决这个问题?
class NewBytes(bytes): def __init__(self, x): self.x = x def rip(self): return type(self)(self.x[2:])