dotnet-fake-json-server
dotnet-fake-json-server copied to clipboard
Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
Unit tests on Travis (Linux) fail with ``` System.IO.IOException : The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the...
Does your product support JWT for security? Would it be possible to integrate with 3rd party oAuth2 server such as IdentityServer4 or Azure AD for JWT?
using a web service tree with controller paths like: garage/v3.0/storage/Bins garage/v3.0/storage/Shelves garage/v3.0/workbench/Tools I haven't been able to figure out how to mock these, even manually editing datastore.json as follows and...
Add GraphQL examples to Insomnia workspace. Workspace has already two query examples: https://github.com/ttu/dotnet-fake-json-server/blob/785f6cdfb1e7fbbc933834d03060cc1895da038b/docs/FakeServer_Insomnia_Workspace.json#L12
After I publish, I lost all of my data in the datastore.json. Can we have as a feature datastore.json, not to be refreshed
Hi, first real pull request for an open source project. Give me a heads up if anything seems wrong
1. Start the server 2. Go to root, e.g. http://localhost:57602 Error: Page: https://github.com/ttu/dotnet-fake-json-server/blob/master/FakeServer/wwwroot/index.html Example with Vue 3 from e.g. https://github.com/ttu/multi-camera-system/blob/main/src/templates/index.html
Is there an option to create a new object? Thanks!
Current Vue version is pinned to 2.7.16. Upgrade Vue version to 3.x. Page: https://github.com/ttu/dotnet-fake-json-server/blob/master/FakeServer/wwwroot/index.html Open the HTML page 1. Start the server 2. Go to root, e.g. http://localhost:57602 Example with...