Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Allow to use String or\and InputStream for Upload method #12

Open
dimitrystd opened this issue Mar 20, 2015 · 0 comments
Open

Allow to use String or\and InputStream for Upload method #12

dimitrystd opened this issue Mar 20, 2015 · 0 comments

Comments

@dimitrystd
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant