2 repository-uri
Tools that generate interactive documentation from code annotations and schemas.
Distinct from API Schema Endpoints: Focuses on the automatic generation of interactive guides rather than just exposing static schema endpoints.
Explore 2 awesome GitHub repositories matching web development · Interactive Document Generators. Refine with filters or upvote what's useful.
Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a
Automatically produces interactive Swagger specifications to enable API discovery and client SDK generation.
go-gin-api is an API framework built on the Gin HTTP router that integrates common middleware and tools for rapid business development. It provides a modular structure for organizing API handlers and middleware, with built-in support for JWT token authentication to secure endpoints and GORM for database object-relational mapping and operations. The framework includes a gRPC service component for inter-service communication, along with middleware for collecting Prometheus metrics and generating Swagger API documentation from code annotations. It also features OpenTelemetry trace propagation fo
Tool that automatically generates interactive API documentation from code annotations.