mock-config-server icon indicating copy to clipboard operation
mock-config-server copied to clipboard

🎉 tool that easily and quickly imitates server operation, create full fake api in few steps

Results 54 mock-config-server issues
Sort by recently updated
recently updated
newest added

Current validation error message looks like this ``` Validation Error: configuration.rest.configs[0].routes[0].entities.body.hello.value does not match the API schema. Click here to see correct type: https://github.com/siberiacancode/mock-config-server ``` This message provide info only...

enhancement

At the moment, the database will only complicate the use of flat config; it is necessary to move this logic into separate utilities. In the future, a new database and...

enhancement

@debabin Вроде такая же проблема была туть - https://github.com/siberiacancode/reactuse/issues/184 ![Image](https://github.com/user-attachments/assets/31fcb51b-cfcb-4467-b42e-bfccd6d958c5) ![Image](https://github.com/user-attachments/assets/00b331af-8153-4e8e-8dbf-79f732f322c6)

If send file using `file` property, Content-Disposition and Content-Type header changes in interceptors is ignored. Need to set header only if header was not set before.

bug

Now, regardless of the content-type response header set in the response interceptor, the server always returns application/json as the content-type of the response due to the use of the response.json...

When using the mock server, it was found that the database for creating fast mvp narrows the capabilities of the mock server. This feature will not be removed, but will...

enhancement