/api-proxy

Simple app which will intercept all backend calls and can override the ones you want

Primary LanguagePython

A simple golang app which intercepts all backend calls and can replace responses

How to use

  1. Run app: "go run main.go"

  2. Point your client to your own machine port 8080 (http://10.0.2.2:8080 on Android)

  3. All responses will be saved in a folder called 'output'. If you want to override a response, put it in the folder 'override' (same format as in the 'output' folder)

  4. To change the host, modify the HOST variable in main.go.

Installing Go

brew install go