Escambo API Testing Application

Escambo is a free and open source API testing software for Linux. Using Escambo, you can create and test all HTTP-based APIs. It comes with Endpoint testing with GET, POST, PUT, DELETE, PATCH, query parameters and body. And also supports cookie, headers and authorization methods. It is written in Python and released under GNU General Public License v3.0.

Escambo API

Download Escambo

How to Install Escambo on Ubuntu Linux

Escambo is available as a flatpak package file from the flathub store. You need to install flatpak and flathub on your system first and restart it after the installation.

Also Read:  Varia Download Manager Software

Install flatpak and flathub

After that open the terminal command-line application (ctrl+alt+t) and run below Escambo flatpak install command.

flatpak install flathub io.github.cleomenezesjr.Escambo

It will install the latest version of Escambo on your system. Open Escambo using below command.

flatpak run io.github.cleomenezesjr.Escambo

And also uninstall it using below commands.

flatpak uninstall io.github.cleomenezesjr.Escambo

[OR]

sudo flatpak uninstall io.github.cleomenezesjr.Escambo

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply