Page 1 of 1

List of installed plugins via API

PostPosted: Sun Aug 26, 2012 9:49 pm
by mpemberton5
I'd love to be able to manage, or minimally be able to report on what plugins are currently installed. Is there any chance that you could add the ability to list the installed plugins? Something like GET /rest/plugins? The name of the plugin, the version, etc would be valuable. Not sure if it is possible to "manage" the installed plugins programmatically, but would also love to have that option as well (like PUT /rest/plugins).

Thoughts?

Re: List of installed plugins via API

PostPosted: Sun Aug 26, 2012 11:22 pm
by zip
That is doable but not the version bit, for that I'd have to change the plugin API to provide that information.

Create a bitbucket ticket.

Re: List of installed plugins via API

PostPosted: Sun Aug 26, 2012 11:28 pm
by mpemberton5
zip wrote:That is doable but not the version bit, for that I'd have to change the plugin API to provide that information.

Create a bitbucket ticket.

Will do. Thanks!