It looks like you're new here. If you want to get involved, click one of these buttons!
Hi, I made a video that will help you install this tool on your server
Insomnia is a free, open-source, cross-platform desktop application that makes interacting with GraphQL servers more straightforward than ever before. It provides you with gRPC and REST endpoints. One of the most common uses is to test GraphQL APIs and HTTP-based RESTful APIs.
Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install apt-transport-https -y
echo "deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all" | sudo tee -a /etc/apt/sources.list.d/insomnia.list
sudo apt update
sudo apt install insomnia -y