3 Repos
Tools that allow developers to interact with and test API endpoints.
Distinguishing note: No existing candidates provided; focuses on the interactive explorer interface.
Explore 3 awesome GitHub repositories matching user interface & experience · API Explorers. Refine with filters or upvote what's useful.
Redoc is an API documentation generator that transforms standard API specification files into interactive, responsive, and highly customizable web-based documentation interfaces. It provides a three-panel layout that includes synchronized navigation, code samples, and search functionality, allowing developers to explore endpoints and schemas directly within a browser-based environment. Beyond rendering, the project functions as an API governance toolkit that enforces structural standards and quality rules across API definitions. It includes a suite of processing utilities for bundling, splitt
Provides a browser-based interface for navigating, searching, and testing API endpoints.
HTTP Prompt is an interactive command-line HTTP client built on top of HTTPie, providing a read-eval-print loop (REPL) shell for exploring and testing APIs. It wraps HTTPie's request-building and response-parsing capabilities into a persistent session that tracks current URL, headers, and other context, enabling rapid iteration on API calls without leaving the terminal. The tool distinguishes itself through its interactive shell environment, which includes context-aware tab completion for HTTP methods, URLs, headers, and body parameters, along with terminal-based syntax highlighting for both
An interactive command-line interface for exploring APIs with HTTPie, featuring autocomplete and syntax highlighting for HTTP requests.
Dies ist ein Ruby-HTTP-Client, der für REST-API-Integration, Ressourcenmodellierung und automatisierte Netzwerkkommunikation entwickelt wurde. Er bietet eine Reihe von Tools zur Verwaltung von Headern, Cookies und SSL-Konfigurationen sowie ein dediziertes Command-Line-Interface zur Ausführung von HTTP-Befehlen und zur Verwaltung interaktiver API-Testsitzungen. Das Projekt differenziert sich durch seine Ressourcenmodellierungsfähigkeiten, die die Definition persistenter Basis-URLs und Anmeldeinformationen zum Aufbau verschachtelter Sub-Ressourcen-Endpunkte ermöglichen. Es verfügt zudem über einen Multipart-Request-Handler, der MIME-Typen erkennt, um Dateien hochzuladen und große Payloads zu streamen. Umfassend deckt die Bibliothek Netzwerksicherheit durch SSL- und TLS-Konfiguration, Traffic-Management via Proxy-Routing und Cookie-Jar-Wartung sowie Performance-Optimierungen durch inkrementelles Streaming für Request-Payloads und Response-Bodies ab. Sie enthält zudem Hilfsmittel für das Logging von Netzwerkaktivitäten und die Interzeption von Request-Ausführungen.
Offers a CLI-based tool for developers to interact with and test API endpoints for debugging.