awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAPI Client Debugging Tools

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.

Awesome API Client Debugging Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • typicode/jsonplaceholderAvatar de typicode

    typicode/jsonplaceholder

    5,244Voir sur GitHub↗

    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.

    HTMLapifakeonline
    Voir sur GitHub↗5,244
  • xiaoymin/knife4jAvatar de xiaoymin

    xiaoymin/knife4j

    4,552Voir sur GitHub↗

    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.

    HTMLknife4jopenapi2openapi3
    Voir sur GitHub↗4,552
  1. Home
  2. Development Tools & Productivity
  3. API Client Debugging Tools

Explorer les sous-tags

  • API Specification DebuggingTools for testing and debugging API endpoints directly from their technical specifications. **Distinct from API Client Debugging Tools:** Focuses on debugging live API endpoints via documentation specifications rather than testing clients against mocks.