[!CAUTION]
Nowadays I prefer to write tests in Jest and other tools like that to free myself from manually testing my RESTful APIs.
Install postman
wget https://dl.pstmn.io/download/latest/linux64tar xfz postman-linux-x64.tar.gzsudo mv Postman /opt-
cd ~andvim .local/share/applications/postman.desktop[Desktop Entry] Encoding=UTF-8 Name=Postman Exec=postman Icon=/opt/Postman/app/resources/app/assets/icon.png Terminal=false Path=/opt/Postman Exec=/opt/Postman/Postman Type=Application Categories=Development; - Reload desktop env:
- Gnome:
gnome-shell --replace & disown - XFCE:
xfce4-panel -r && xfwm4 --replace - ref
- Gnome: