Class ServerPluginsMarketplacesApi
java.lang.Object
com.github.copilot.generated.rpc.ServerPluginsMarketplacesApi
API methods for the
plugins.marketplaces namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionadd(PluginsMarketplacesAddParams params) Marketplace source to register.Name of the marketplace whose plugin catalog to fetch.list()All registered marketplaces, including built-in defaults.refresh()Optional marketplace name; omit to refresh all.Name of the marketplace to remove and an optional force flag.
-
Method Details
-
list
All registered marketplaces, including built-in defaults.- Since:
- 1.0.0
-
add
@CopilotExperimental public CompletableFuture<PluginsMarketplacesAddResult> add(PluginsMarketplacesAddParams params) Marketplace source to register.- Since:
- 1.0.0
-
remove
@CopilotExperimental public CompletableFuture<PluginsMarketplacesRemoveResult> remove(PluginsMarketplacesRemoveParams params) Name of the marketplace to remove and an optional force flag.- Since:
- 1.0.0
-
browse
@CopilotExperimental public CompletableFuture<PluginsMarketplacesBrowseResult> browse(PluginsMarketplacesBrowseParams params) Name of the marketplace whose plugin catalog to fetch.- Since:
- 1.0.0
-
refresh
Optional marketplace name; omit to refresh all.- Since:
- 1.0.0
-