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[`QueryParamsArgumentsDocs component (integration with AsyncAPI document) render documentation for WebSocket query parameters when they exist in the AsyncAPI document 1`] =`
4
+
"heartbeat (str, optional):If provided (or if HEARTBEAT environment variable is set), added as ?heartbeat=… to URL
5
+
top_of_book (str, optional):If provided (or if TOP_OF_BOOK environment variable is set), added as ?top_of_book=… to URL
6
+
bids (str, optional):If provided (or if BIDS environment variable is set), added as ?bids=… to URL
7
+
offers (str, optional):If provided (or if OFFERS environment variable is set), added as ?offers=… to URL"
8
+
`;
9
+
10
+
exports[`QueryParamsArgumentsDocs component (integration with AsyncAPI document) render nothing when empty query parameters array is provided 1`] =`""`;
11
+
12
+
exports[`QueryParamsArgumentsDocs component (integration with AsyncAPI document) render nothing when no query parameters are provided (null input) 1`] =`""`;
0 commit comments