We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb62a9b commit 20cec54Copy full SHA for 20cec54
1 file changed
packages/test-utilities/src/streamUtils.ts
@@ -3,7 +3,7 @@ import { convertFromStream } from '@apimatic/convert-to-stream';
3
4
/**
5
* Get streaming data from a given URL.
6
- * @param client Instance of HttpClient to be used.
+ * @param client HttpClient instance to fetch data.
7
* @param url URL from which to create the readable stream.
8
* @returns Stream of data fetched from the URL.
9
* @throws Error if unable to retrieve data from the URL.
0 commit comments