ラベル Insomnia の投稿を表示しています。 すべての投稿を表示
ラベル Insomnia の投稿を表示しています。 すべての投稿を表示

2023年1月30日月曜日

Debian 11(Bullseye)にAPI clientのInsomniaをインストールする

Insomnia API clientはRESTなどに対応したAPIクライアントです。

〇Insomniaの画面(Debian 11 Bullseye)

インストール方法

以下のコマンドを実行してInsomniaをインストールします。
wget https://github.com/Kong/insomnia/releases/download/core%402022.6.0/Insomnia.Core-2022.6.0.deb

sudo apt-get -y install ./Insomnia.Core-2022.6.0.deb

関連情報

・Insomniaのgithubリポジトリ
https://github.com/Kong/insomnia

2022年12月20日火曜日

Ubuntu 22.04にAPI clientのInsomniaをインストールする

Insomnia API clientはRESTなどに対応したAPIクライアントです。

〇Insomniaの画面

インストール方法

以下のコマンドを実行します。
wget https://github.com/Kong/insomnia/releases/download/core%402022.6.0/Insomnia.Core-2022.6.0.deb

sudo apt-get -y install ./Insomnia.Core-2022.6.0.deb

関連情報

・Insomniaのgithubリポジトリ
https://github.com/Kong/insomnia