Skip to main content
Version: 2.8.x(Latest)

Introduction

The GoFrame framework supports fully automated API documentation generation, ensuring that the code and API documentation are maintained synchronously. The automatically generated API documentation adopts the standard OpenAPIv3 protocol. Before introducing the OpenAPIv3 protocol, it is recommended that you first read and understand the framework's standardized routing features: Standard Router.

Documentation

📄️ API Document - Custom UI

Use SwaggerUI in the GoFrame framework to customize the API documentation UI, replacing the default Redoc component UI. Demonstrate how to quickly implement API documentation replacement with example code, connect internal enterprise resources, and avoid external dependencies. Detailed demonstration of integrating API documentation with third-party platforms, using GoFrame Server for UI template switching, enhancing the flexibility and customizability of document display.

Ask me