RestClient icon indicating copy to clipboard operation
RestClient copied to clipboard

[Question] Can we use RestClient to stream (audio) data ?

Open shubhank008 opened this issue 9 months ago • 0 comments

Been using this library for all my REST needs very well, but for something new I am working on, I need to handle a Data Streaming API (its a HTTP API that returns audio-data stream).
Can the RestClient handle that kind of data/API and if so, can you please give me some tips to handle it, since the standard REST-like GET call didn't work out

shubhank008 avatar Mar 29 '25 12:03 shubhank008