1 Repo
Web interfaces specifically designed to browse and test RESTful API endpoints based on specifications.
Distinct from REST API Specifications: None of the candidates cover the high-level concept of a specialized UI for REST documentation hosting.
Explore 1 awesome GitHub repository matching web development · REST API Documentation UIs. Refine with filters or upvote what's useful.
gin-swagger is a Swagger UI middleware for the Gin web framework that serves as an OpenAPI 2.0 documentation generator. It provides an interactive REST API sandbox and a browser-based interface for visualizing API contracts and testing endpoints. The project allows for the hosting of multiple API definitions on a single router by assigning each a unique name. It enables the customization of the interface's visual presentation and behavior, including the control of expansion depth and authorization persistence. The middleware intercepts routes to deliver API definitions as JSON payloads and e
Automatically creates and hosts a web interface for browsing and testing API endpoints using the Swagger 2.0 specification.