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
`mocker-api`that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.
43
+
`mocker-api` creates mocks for REST APIs. It is helpful when you need to test your application without the actual REST API server.
44
44
45
45
**Features:**
46
46
47
-
🔥 Builtin support for hot Mocker file replacement.
47
+
🔥 Built-in support for hot Mocker file replacement.
48
48
🚀 Quickly and easily configure the API via JSON.
49
49
🌱 Mock API proxying made simple.
50
50
💥 Can be used independently without relying on [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).
0 commit comments