Fake JSON Server

Guidance for FakeServer and fake JSON API servers for .NET testing. USE FOR: mocking REST APIs during development, creating stub HTTP endpoints for integration tests, simulating third-party API responses, building prototype backends for frontend development, testing HTTP client code without external dependencies. DO NOT USE FOR: production API hosting, load testing (use proper test infrastructure), contract testing (use Pact), or testing real database interactions (use Testcontainers).

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/fake-json-server commit 4919283fee

Frequently asked questions

npx skillmds@latest add majiayu000/fake-json-server