Todayβs post is devoted to one of the inevitable parts of API testing β cURL.
cURL (client URL) β is a command line tool and library for transfer...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
Another tip - you can get the equivalent
cURL
command for any request your browser makes by selecting 'Copy > Copy as cURL' from the context menu of any request in the network tabThanks for the advice, I believe it will help someone π
I know some people who still use curl, but most have gravitated to higher-level tools.
I'm personally a fan of the HTTPie CLI for anything ad hoc, which is much less verbose than curl for most tasks. Every now and then I use curl directly, but it's very rare.
The GUI space is more saturated and mostly geared around reusable definitions and chaining requests to build workflows. Postman is probably the most established player there, but Swagger, Insomnia and plenty others exist. The makers of HTTPie recently launched their own too, resulting in the original CLI tool being rebranded "HTTPie for Terminal".
It all depends on the preferences of each of us π
By the way, API Tester mobile app supports import from Postman and Swagger that you mentioned π
I've been using curl for so long, but somehow I have never associated its name with URL wtf, even having read the manual. π
Love it, great tool!
Haha it's funny π
Thank you Lucasβ€οΈ
cURL is a command-line tool that allows you to transfer data from or to a server. It supports various protocols, including HTTP, HTTPS, FTP, and more. cURL is often used to troubleshoot network issues, test APIs, and automate tasks.
Thanks for your interest and clarificationπ
Thanks for the article, it's a great explanation.
It's my pleasure, thank you Conorπ
Yes!
Curl, I've always loved it as a simple command line tool to do some quick API testing :)
Take a look at the API Tester mobile app at your leisure. I think you will appreciate its use when there is no laptop at hand at the right time.π
Import is a quite simple but really useful thing π
Thanks for writing about it!
Nice to hear that π
hurl.dev/
Thanks for the recommendation π
This is also an interesting tool, I will explore it in more detail and make a personal comparison with cURL. If I'll dind it fascinating, maybe I will write a post about it π€
I will definitely try this, It looks very useful.
I'm glad to helpπ
Let me know how it goes.
Just dropping a shameless plug here.
You can also use Endtest to perform API testing.
Documentation for that:
app.endtest.io/guides/docs/send-ap...
Thanks for the suggestion, I'll explore it and form my own opinionπ€
As for this, I can recommend this post about top tools, maybe someone will find something useful π
Thunder Client is also there π