postMan使用

 Postman是一种网页调试与发送网页http请求的chrome插件。我们可以用来很方便的模拟get或者post或者其他方式的请求来调试接口。

添加post请求:

postMan使用

postMan使用postMan使用postMan使用

再回到页面发现也有更新

postMan使用

删除post请求:删除name为"Emily"

postMan使用postMan使用

postMan使用

 

patch:更新

postMan使用

send过后会发现页面和编辑器都更新了;

postMan使用

配置json,取placeholder中的数据

postMan使用postMan使用

重启npm

npm run json:server:remote

postMan使用

postMan使用

postMan使用