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
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
Current implementation of FileApiClientAdapter.uploadFile forces us to use File. But in most cases i have XML as string or as stream. No sense to force developer use temporary files.
DoD: New api version allows to upload xml without creating a tmp files. Following types must be supported:
String
InputStream
Bytes array
The text was updated successfully, but these errors were encountered:
Current implementation of
FileApiClientAdapter.uploadFile
forces us to useFile
. But in most cases i have XML as string or as stream. No sense to force developer use temporary files.DoD: New api version allows to upload xml without creating a tmp files. Following types must be supported:
The text was updated successfully, but these errors were encountered: