You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2020. It is now read-only.
Create an API mocking server that can serve user-defined mock payloads by matching against incoming requests and loading responses from storage.
Request matching logic should be written extensibly, and for this delivery it must only naively match the URL path.
For this delivery, mock responses are static values, defined by the user via a user interface.
Storage of configuration should be written extensibly, but the only implementation to be delivered right now is file-based.