We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to make the mocks hold some kind of status so we can make adding/removing/editing entities work?
For example, json-server has a way to do it:
If you make POST, PUT, PATCH or DELETE requests, changes will be automatically and safely saved to db.json using lowdb.
I was wondering if in ng-apimock we can have something similar.
The text was updated successfully, but these errors were encountered:
Not yet, but it is a nice addition. @FrancescoBorzi Let me do a poc to see if it is feasible
Sorry, something went wrong.
If you are able to make it would be so great!
No branches or pull requests
Is there a way to make the mocks hold some kind of status so we can make adding/removing/editing entities work?
For example, json-server has a way to do it:
I was wondering if in ng-apimock we can have something similar.
The text was updated successfully, but these errors were encountered: