You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Currently, the rest call getPlugins does not
support filtering based on name/type.
These capabilities are documented in the REST API
docs as:
/v1/plugins/:type and /v1/plugins/:type/:name
This commit adds this behavior by extending
the current code behind getPlugins to accept
parameters for name and type and use them to
filter results.
The methods rest.getPluginsByType and rest.getPluginsByName need implementations.
Note: this functionality is not currently exposed by the snapctl client.
The text was updated successfully, but these errors were encountered: