Skip to content

moovfinancial/moov-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moov Logo

Apache 2 License X

moov-mock

HTTP server that responds like Moov's API, but with mocked responses. moov-mock is designed to resemble the Moov API requests and responses for quick verification of SDKs, clients, and other tools. It will not fully represent all behavior of the Moov API and the responses are typically hardcoded.

Usage

Start by running the Docker image of moov-mock:

docker run -p 4010:4010 moovfinancial/mock:latest

Then make a request to the local API:

curl http://0.0.0.0:4010/tos-token | jq .

License

Apache License 2.0 - See LICENSE for details.