RegisteredPluginEndpoints

data class RegisteredPluginEndpoints(val basePath: String, val endpoints: List<EndpointMetadata>)

登録されたプラグインのエンドポイント情報

Constructors

Link copied to clipboard
constructor(basePath: String, endpoints: List<EndpointMetadata>)

Properties

Link copied to clipboard

プラグインのベースパス(例: /api/v1/plugins/vault)

Link copied to clipboard

エンドポイントメタデータのリスト