mashery / iodocs

Interactive API documentation system
MIT License
1.89k stars 415 forks source link

File in Response Body #231

Closed swhammack closed 8 years ago

swhammack commented 9 years ago

I have an api call that will return a file. Right now iodocs is showing gibberish in the response body which I'm guessing is the binary of the file. Is there a way to get the filename to show, download the file, or something else I could do?

Thanks in advance.