Description: Returns the source code of the specified user plugin.
Since: 5.0.0
Notes: Requires Artifactory Pro
Security: Requires an admin user.
Usage: GET /artifactory/api/plugins/download/{pluginName}
Produces: text/x-groovy-source
Sample Usage
GET https://[JFrogPlatformURL]/artifactory/api/plugins/download/myPlugin
Response:
<The source code of the plugin>