An open API service indexing awesome lists of open source software.

https://github.com/sigoden/trisue

A REST API debugging and error reporting tool.
https://github.com/sigoden/trisue

debug rest-api

Last synced: 8 months ago
JSON representation

A REST API debugging and error reporting tool.

Awesome Lists containing this project

README

          

# Trisue

> Trisue 是一款REST API调试及异常报告工具。

![Screeshot](https://user-images.githubusercontent.com/4012553/47005429-518f1100-d166-11e8-892f-4cc0056fbb14.png)

## 概述

前端会向后端开发人员报告一些接口错误。接口包含请求路径,方法,HTTP头,请求数据,返回数据等内容,要将这一堆东西完整的发送给相关人员并不容易。后端收到这些数据之后,也需要通过 Postman,Curl 等构造请求,这个过程也很麻烦。Trisue 就是为了解决简化这个过程而开发的。你可以通过 Trisue 构造请求并测试,填写问题报告, 再生成共享链接。将该链接发送给后端,后端打开该地址,后端能直观看到相关数据。