2 रिपॉजिटरी
Utilities for testing HTTP clients against predictable mock endpoints.
Distinct from REST API Clients: Candidates focus on the clients themselves, not the act of debugging a client using a mock server.
Explore 2 awesome GitHub repositories matching development tools & productivity · API Client Debugging Tools. Refine with filters or upvote what's useful.
JSONPlaceholder is a REST API mock server and JSON mocking service that provides a hosted frontend development sandbox. It functions as a fake backend that returns predefined JSON responses to simulate a REST API for development and testing. The service supports cross-origin resource sharing, allowing API integrations to be tested from different browser domains. It enables the simulation of CRUD operations and the retrieval of mock data without requiring a live database. The system maps URL patterns to a static JSON-based data store and handles requests statelessly. It includes capabilities
Allows testing the behavior of HTTP clients against a stable and predictable set of REST endpoints.
Knife4j is an enhanced web interface for visualizing and interacting with OpenAPI and Swagger specifications. It serves as a documentation UI and debugging tool that automatically generates technical references from Java source code and web frameworks. The project distinguishes itself through its ability to aggregate API definitions from multiple distributed microservices into a single unified documentation portal. It secures this portal using OAuth2 authentication flows and provides a gateway to restrict access to technical specifications and testing tools. The platform includes capabilitie
Provides debugging features including dynamic parameter testing, request caching, and technical specification displays.