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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Get started

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages