DEV Community

Discussion on: Quickly and easily mock a REST API with Restapify

Collapse
 
vasilyshelkov profile image
Vasily Shelkov

nice one on creating open source :) thanks for creating a post as well on it.

I know it's not quite the same, but I have found MSW (github.com/mswjs/msw) useful for mocking services on the frontend. I'm pointing it out in case there might be something useful that your project could use from it.

Collapse
 
johannchopin profile image
johannchopin

No problem thanks for the support. I never used this tool but it sadly still belong to the list of mocker where you have to write js code for each endpoints. It's really nice when you want to have the closest feeling to a real API but cost more time to build.