A problem I have at work is that when there is a bug in an environment we usually have to check a handful of endpoints to rule out any particular problems. This process is tedious and way to manual for 2020!
We can use postman, but our testing are usually endpoints that are easier to test with the browser. So in that vein I created this Chrome Extension that allows you to upload a JSON or Yaml file with all of the endpoints you want to test and produces a report with the response body and other particulars of the calls.
I built this with Stenciljs and Semantic Ui.
github: https://github.com/grantlouisherman/rest-diagnostic-stencil
Chrome Webstore: https://chrome.google.com/webstore/detail/rest-diagnostic-tool/bhjmilcdbpbhpnokhkhmphfgbikhiojd
I would love feedback of other ideas on how to improve. If you hate it, please be kind :)