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

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

@dimitrystd

Description

@dimitrystd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions