前言

在涉及 HTTP 方面的后台 REST API 开发时,往往会需要调试 API 接口。这方面有很多工具,其中最好用的算是接下来要介绍的 Postman 了,Postman helps you develop APIs faster。网上关于 Postman 的教程已经非常,我仅描述自己平时经常用到的部分,其他知识点可以阅读参考文章。

Postman 使用小结

更新历史

2020 年 01 月 22 日 - 初稿

阅读原文 - https://liaojiaxin158.github.io/post/postman/

扩展阅读

Postman


Postman 简介

What is Postman?

Postman is a collaboration platform for API development. Postman’s features simplify each step of building an API and streamline collaboration so you can create better APIs—faster.

参考文章

Postman Docs

宇宙最强 postman 教程

API 开发利器:Postman

善用工具之 postman 高级用法概述

文章目录
  1. 1. 前言
  2. 2. 更新历史
  3. 3. Postman 简介
  4. 4. 参考文章