hop icon indicating copy to clipboard operation
hop copied to clipboard

[Feature Request]: extend functionality when working with REST APIs - i.e. implement uploading binary files

Open tlue opened this issue 6 months ago • 1 comments

What would you like to happen?

The tool Postman or Browser-Addon RESTer and others offer more convenience than HOP "REST Client". i.e. with Postman I can create a CURL as follows that will upload some files in binary format to some REST-Endpoint

`curl --location 'https://someTenantName.d-velop.cloud/dms/r/eccchangedRepoId68113644/blob/chunk/' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Bearer Yo34ALJBl___Snip____JaHxRBCsL87B59TKF_8HNCfQ' \
--data '@JpsqI3gDk/AI000458.pdf'`

I would be nice to get such capabilities directly in HOP too.

Issue Priority

Priority: 3

Issue Component

Component: Transforms

tlue avatar Aug 16 '24 16:08 tlue