JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
111 stars 0 forks source link

Curl import #7

Closed rickythefox closed 1 year ago

rickythefox commented 1 year ago

Is your feature request related to a problem?

Should be easier to add curl requests.

Describe the solution you'd like

Would be great to be able to paste a curl command into the url and get all the params parsed and imported. Check Insomnia.

Additional context

No response

AntonShuvaev commented 1 year ago

This is already possible. New > Import > cURL will import one or more cURL commands into new requests.

rickythefox commented 1 year ago

That's great! But when working with something that generates curl commands that you want to quickly test and discard I find it easier to just paste the curl into the address field and get it parsed automatically - a lot fewer clicks.

AntonShuvaev commented 1 year ago

Good suggestion! I will implement it in the next version.

AntonShuvaev commented 1 year ago

Curl import from URL field is now supported, please update to 2023.1.5.