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
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes ([x]).
[x ] I have a Modzy API Key active and have the entitlements to perform the desired action.
[x ] I review that have access to Modzy API host.
[x ] I think that is a error specific to the SDK.
[x ] I review the documentation and existing issues in order to not duplicate existing ones.
[x ] I am willing to follow-up on comments in a timely manner.
Info
Modzy SDK version: 1.0.7
Javascript version:
Operating System: macOS Catalina (10.15.7)
Description
When you use models that produce a file output, Modzy saves that file, and then returns the location in the results object. To download that file, you need to do an authenticated GET request using cURL. It would be nice if Modzy's JavaScript SDK had a method that automatically downloaded that file, or maybe let you send it to a specific location? Maybe something like...
Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (
[x]
).Info
Description
When you use models that produce a file output, Modzy saves that file, and then returns the location in the results object. To download that file, you need to do an authenticated GET request using cURL. It would be nice if Modzy's JavaScript SDK had a method that automatically downloaded that file, or maybe let you send it to a specific location? Maybe something like...
modzyClient.downloadResult(nameOfFile, fileSaveLocation)
Just an idea.
Steps to reproduce
Expected results:
Actual results:
Traceback
Logs
The text was updated successfully, but these errors were encountered: