2 dépôts
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 est un serveur mock d'API REST et un service de mocking JSON qui fournit un bac à sable de développement frontend hébergé. Il fonctionne comme un faux backend qui renvoie des réponses JSON prédéfinies pour simuler une API REST pour le développement et le test. Le service prend en charge le partage de ressources inter-origines (CORS), permettant aux intégrations d'API d'être testées à partir de différents domaines de navigateur. Il permet la simulation d'opérations CRUD et la récupération de données mock sans nécessiter de base de données réelle. Le système mappe les modèles d'URL vers un magasin de données statique basé sur JSON et gère les requêtes de manière stateless. Il inclut des capacités pour le filtrage par paramètres de requête et le mappage de ressources imbriquées pour simuler des structures de données relationnelles un-à-plusieurs.
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.