This project is the official core management plugin for SharwAPI.
Its primary responsibility is to serve as the backend API for the management console, allowing administrators to view the status of currently loaded plugins and uniformly aggregate and mount the management endpoints of all plugins.
- Plugin Retrieval: Dynamically retrieve information (name, version, display name) of all plugins loaded in the current API instance.
- Route Aggregation: Automatically traverses all plugins and mounts their defined management endpoints under the
/admin/plugin/{pluginName}/path, providing a unified entry point for management interfaces.
- Download the compiled
.dllfile from Releases. - Place it into the
Pluginsdirectory of the Core API. - Restart the API.
This project is licensed under the GNU Lesser General Public License v3.0.