You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`InitSignature component (integration with AsyncAPI document) renders with only serverUrl (no query parameters) 1`] =`"def __init__(self, url: str = \\"wss://api.gemini.com\\"):"`;
8
+
9
+
exports[`InitSignature component (integration with AsyncAPI document) renders with single query parameter with default value false 1`] =`"def __init__(self, url: str = \\"wss://api.gemini.com/v1/marketdata\\", heartbeat: str = \\"false\\"):"`;
10
+
11
+
exports[`InitSignature component (integration with AsyncAPI document) renders with single query parameter with default value true 1`] =`"def __init__(self, url: str = \\"wss://api.gemini.com\\", bids: str = \\"true\\"):"`;
0 commit comments