Apipost使用指南

Apipost使用指南
由于工作需要,从postman转向apipost,因为是国产软件,所以学习成本较低,所以需要从头开始学习下。
1 下载Apipost
首先从官网下载符合自己版本的软件
官网下载
Apipost官方链接:https://console.apipost.cn/re...
我这里下载的是windowsApipost使用指南
文章图片

2 模拟发送请求
新建接口,我想模拟发送请求如下
curl --location --request POST 'https://echo.apipost.cn/get.p...' \
--header 'User-Agent: Apipost client Runtime/+https://www.apipost.cn/' \
--header 'Content-Type: application/json' \
--data '{

"course_id":1

}'
需要在软件中进行配置Apipost使用指南
文章图片

然后点击发送,查看接口返回结果Apipost使用指南
文章图片

【Apipost使用指南】你可以查看返回数据,返回Header、Cookie、状态码、请求时长等等数据。
测试完同样可以快速生成文档给前端看,点击保存-分享,可以得到一个链接,复制并打开文档地址就可以看到了完整的接口文档。Apipost使用指南
文章图片

    推荐阅读