shrijan00003 / restler

A Simple file and git compatible rest client
6 stars 1 forks source link

Enhancement: Write Response in the markdown file instead of .txt file until we support configurable output format. #14

Closed shrijan00003 closed 2 weeks ago

shrijan00003 commented 2 weeks ago

We are planning to support output format as user wants like json, yaml, html??

For now we should write the response in the markdown file so that user can see formatted response with the help of code editor. For eg, vscode supports preview of Markdown file and multiple color theme supports highlight on the file itself.