Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodesApi.updateNodeContent needs additional options #171

Open
eamell opened this issue Dec 23, 2022 · 0 comments
Open

NodesApi.updateNodeContent needs additional options #171

eamell opened this issue Dec 23, 2022 · 0 comments

Comments

@eamell
Copy link

eamell commented Dec 23, 2022

I understand that this is generated code, however the fact that NodesApi.updateNodeContent only supports byte[] is very limiting especially when dealing with large files or with jobs that process a lot of files. There needs to be support for at least one of the following options (or something similar):

The implementation for such an option would be to ensure that the content is streamed to the server as part of the request rather than loading it into memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant