Skip to content

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

Notifications You must be signed in to change notification settings

wrapp-archive/api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published