Linux 软件免费装

StarRestGate

开发者 GumPress
更新时间 2026年7月14日 04:34
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

rest-api swagger openapi swagger-ui api-docs

下载

0.2.0 0.3.0 0.4.0 0.1.0

详情介绍:

StarRestGate seamlessly integrates a powerful, interactive Swagger UI dashboard directly into your WordPress admin area, based on a 100% client-side OAS generator. Designed for developers who build and maintain custom REST APIs, it offers an instant, zero-configuration environment to visualize and securely test endpoints in real-time. Current features are:

安装:

  1. Upload the plugin folders and files to the /wp-content/plugins/star-rest-gate directory, or install it directly via the WordPress admin panel.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Navigate to the new "StarRestGate" menu item in your admin dashboard to launch Swagger UI.

屏幕截图:

  • The namespace selection dropdown for filtering endpoints.

常见问题:

How does this differ from other approaches to API documentation?

Most solutions approach API documentation from the inside out, using server-side logic to analyze and map the code structure. StarRestGate simply shifts the perspective: it looks at the system from the outside in. By letting WordPress natively handle its own REST structure, our tool acts purely as an observer on the client side. It pulls the live data directly through JavaScript and renders it in Swagger UI. It is just a different, lightweight way to view your active endpoints exactly as the client application encounters them.

Is there an impact on frontend performance?

No. The plugin only enqueues scripts and renders the iframe when an administrator explicitly opens the StarRestGate dashboard in the backend.

更新日志:

0.4.0 0.3.0 0.2.0 0.1.0