3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Insomniaの基本的な使い方

Posted at

#Insomniaについて

APIサーバーにHTTPリクエストを送って、そのレスポンス内容を確認できるAPIクライアントです。

公式:https://insomnia.rest/

#使い方

###基本画面

基本画面は以下の通りです。

Cursor_と_APIの動作確認やデバッグに便利なInsomniaの使い方.png

###Request Collection

Insomniaでは「Request Collection」毎にAPIリクエストとレスポンスをまとめることができます。
以下は作成済みの「Request Collection」等が表示されるDashboardの画面です。
右上に表示されている「Create」から「Request Collection」を作成することができます。

Cursor_と_Insomnia.png

###HTTPリクエストの作成方法

HTTPリクエストを作成する際は以下の画面より作成することができます。

Cursor_と_Test.png

###認証付きのHTTPリクエストを作成方法

以下のように「Auth」タブをクリックすると、APIサーバの認証方法を選択できます。
自分の行いたい内容の認証方法にそって「メニュー」から選択しHTTPリクエストを作成します。

Cursor_と_Test_–_Auth_Request.png

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?