1
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.

Study Notes#2

Posted at

はじめに

Postman インストール

環境

  • OS : Ubuntu Desktop 20.04 LTS
  • Postman Version : v7.29.1

Postman ダウンロード

  • Postmanのアカウント作成
    ダウンロード時は不要だが、使用時は必要
    ・リンク:https://www.postman.com/

  • ダウンロードリンク:
    Linux用Postmanをダウンロード(Linux 64-bit ダウンロード)
    ・リンク:https://www.postman.com/downloads/

  • Postman 起動

$ tar xvf Postman-linux-x64-7.29.1.tar.gz
$ sudo ln -s <ダウンロードしたディレクトリ>/Postman/app/Postman /usr/local/bin/postman
$ postman

起動完了
1-1.png

動作確認

  • ログイン
    まだアカウントがない場合は初期画面でアカウントを作成~
    アカウントがあれば[Sign in]をクリックしてログイン

1-2.png

2-1.png

  • 動作確認
    [+]クリック
    3-1.png

googleアドレスを入力、[Send]クリックして結果確認
8-1.png

REST APIなどテスト環境がある場合はそれで確認
7-1.png

1
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
1
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?