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
constparts=parameters.map(({ key, value })=>`${key}=${value}`);
62
+
return`${uri}?${parts.join('&')}`;
63
+
}
64
+
65
+
/**
66
+
* Get the URI for the streaming endpoint.
67
+
*
68
+
* @param endpoints The service endpoints.
69
+
* @param path The path to the resource, devoid of any query parameters or hrefs.
70
+
* @param parameters The query parameters. These query parameters must already have the appropriate encoding applied. This function WILL NOT apply it for you.
* @param path The path to the resource, devoid of any query parameters or hrefs.
92
+
* @param parameters The query parameters. These query parameters must already have the appropriate encoding applied. This function WILL NOT apply it for you.
* @param path The path to the resource, devoid of any query parameters or hrefs.
114
+
* @param parameters The query parameters. These query parameters must already have the appropriate encoding applied. This function WILL NOT apply it for you.
0 commit comments