I am trying to find a simple way to use Feign to download a csv file (retaining the filename).
What is the easiest and cleanest way?
The multipart solution on the feign-form github page is verbose and isn't working for me.
Any help is appreciated.