This is a custom JSON response provider for AJAX requests on frontend. Users will define requests (url, method and mock response) in the panel, and their project will be served with that response. Response can be a JSON object or an error.
No reviews yetBe the first to leave a review for Mockman
Maker
Our team thought of this while working on a project whose backend api's timelines were way different. While building the UI, we had to use mock responses in the code which made it really messy.
This chrome extension speeds up not only the development process of frontend, but also useful to test different UAT cases on staging, QA or even production environment.
Frontend project is kept clean with real api integration.
The extension take care of aborting the network call for configured api, and provide custom response.
Report
UI is very clean and easy to understand even for beginners.
It will be great if you can add import/export features in the extension so that stubs can be shared easily within teams.
Report
Maker
@pgpushkar thanks Pushkar. good feedback. we are working on it.
Report
@rtindru1 Nice stuff! Will it be handy while developing offline too?