Provide instant inspector for your PRIVATE Web APIs
$ go get github.com/yuya-takeyama/hi
$ hi -port 8080
NEVER DO THIS FOR PRODUCTION
# Some configuration has API endpoint URL
# YourApiClient.endpoint = "http://api.example.com"
YourApiClient.endpoint = "http://192.168.1.10:8080/proxy/api.example.com"
Make some interaction using the API, you'll see it in your terminal.
Yuya Takeyama