Base URL
Endpoints
Plugins
GET /api/v1/plugins: List all available plugins.POST /api/v1/plugins: Upload a new plugin (requires multi-part form data).GET /api/v1/plugins/:id: Get detailed metadata for a specific plugin.PATCH /api/v1/plugins/:id: Update plugin metadata.
Users
POST /api/v1/users/register: Register a new developer.POST /api/v1/users/login: Authenticate and receive a JWT.
Authentication
The Plugin Service uses JWT for authentication. Include the token in theAuthorization header as a Bearer token.