Mockman
p/mockman-2
Custom AJAX response ( Postman for Frontend)
Aayush Jain
Mockman — Custom AJAX response ( Postman for Frontend)
6
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.
Replies
Indrajit Rajtilak
I love the simplicity of this extension; it's as easy as Postman built for FE web devs.
Mayank Arora
@rtindru1 Nice stuff! Will it be handy while developing offline too?
Aayush Jain
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.
Pushkar Goel
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.
Aayush Jain
@pgpushkar thanks Pushkar. good feedback. we are working on it.