pub async fn get_marketplace_plugins(
configuration: &Configuration,
page: Option<i32>,
per_page: Option<i32>,
filter: Option<&str>,
server_version: Option<&str>,
local_only: Option<bool>,
) -> Result<Vec<MarketplacePlugin>, Error<GetMarketplacePluginsError>>
Expand description
Gets all plugins from the marketplace server, merging data from locally installed plugins as well as prepackaged plugins shipped with the server. ##### Permissions Must have manage_system
permission. Minimum server version: 5.16