Skip to content
/ gofaux Public

versatile cli tool that captures and stores json requests, allowing you to replay them as needed.

Notifications You must be signed in to change notification settings

tjb/gofaux

Repository files navigation

GoFaux

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.

Install

brew install gofaux

Usage

gofaux --url "URL_HERE" --name "JSON_NAME"

gofaux --server

Flags

--url: URL to fetch JSON from

--name: Name of the stored JSON

--server: Starts a Gin server to return stored JSON

Development

go build -o gofaux cmd/gofaux/main.go

About

versatile cli tool that captures and stores json requests, allowing you to replay them as needed.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages