mockify icon indicating copy to clipboard operation
mockify copied to clipboard

Easy, configurable API mocking you can change on-the-fly

Results 8 mockify issues
Sort by recently updated
recently updated
newest added

There is a difference in method checking. Following 2 mockify treat as different: "method": "GET" and "method": "get" Or at least adjust example from main README.md, or add a warning...

Please support timeout response. Thanks!

enhancement

It would be nice for easy debugging to see the request and responses like it is done in https://requestbin.com

enhancement

@p4tin made a change to allow response matching. We should update the README to add some examples of what that means.

good first issue

Hi First thanks for this mock solution 👍 I've need to add correlation between request and response. So basically I replace mux vars by their value in the response. Here's...

Hello, thanks for the small cool project! Any chances we can have also the ARM version of the image in docker hub? It's necessary with all the people with M1/M2...