mock-config-server
mock-config-server copied to clipboard
🎉 tool that easily and quickly imitates server operation, create full fake api in few steps
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...
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...
@debabin Вроде такая же проблема была туть - https://github.com/siberiacancode/reactuse/issues/184  
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.
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...