Skip to content

Commit

Permalink
chore(dotnet): generate IDownload.createReadStream method (#6192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Apr 19, 2021
1 parent 7ec57c0 commit 7dccfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api/class-download.md
Expand Up @@ -55,7 +55,7 @@ not performed and user has no access to the downloaded files.
:::

## async method: Download.createReadStream
* langs: java, js
* langs: java, js, csharp
- returns: <[null]|[Readable]>

Returns readable stream for current download or `null` if download failed.
Expand Down
1 change: 1 addition & 0 deletions utils/doclint/generateDotnetApi.js
Expand Up @@ -98,6 +98,7 @@ const customTypeNames = new Map([
classNameMap.set('path', 'string');
classNameMap.set('URL', 'string');
classNameMap.set('RegExp', 'Regex');
classNameMap.set('Readable', 'Stream');

// this are types that we don't explicility render even if we get the specs
const ignoredTypes = ['TimeoutException'];
Expand Down

0 comments on commit 7dccfd4

Please sign in to comment.