curl to Javascript JQuery code using Postman
I was looking for a tool that given a Curl Command can generate Javascript JQuery AJAX code. Postman does this where you can test your REST API and also generate the Javascript code.
You can import the Curl command by clicking Import and pasting the curl command in Paste Raw Text
You can then generate the code by clicking on Code (next to Cookies) and then selecting the language
Comments