How to execute REST code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to execute REST code?

I actually want to know an application that quickly reads a "*.rest" file and execute the request code inside it. The far most I've gotten that application is RestClient extention of visual studio code. But I don't want to open VSCODE for just executing a REST request code! Is there any application that executes REST request code from a file?

10th Jan 2020, 6:20 PM
Sarthak
Sarthak - avatar
2 Answers
+ 1
Yeah! have you tried POSTMAN? It is also available as a Google Chrome Extension you can use it to query your rest endpoints. It is like a GUI for curl.
14th Jan 2020, 10:37 PM
Precious Adeyinka
+ 1
Precious Adeyinka I actually need a CLI Compiler. POSTMAN is a GUI. I don't want to play with the performance of my poor laptop.
15th Jan 2020, 9:42 AM
Sarthak
Sarthak - avatar