A versatile mock server that captures and stores JSON requests, allowing you to replay them as needed. Simply select from your stored responses to simulate real API interactions with ease.
brew install gofaux
gofaux --url "URL_HERE" --name "JSON_NAME"
gofaux --server
--url
: URL to fetch JSON from
--name
: Name of the stored JSON
--server
: Starts a Gin server to return stored JSON
go build -o gofaux cmd/gofaux/main.go