mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
1011 B
1011 B
title |
---|
Plugin Developers List API |
This API endpoint provides a list of all plugin developers for a plugin by specified pluginId or pluginXmlId:
https://plugins.jetbrains.com/plugin/developers?pluginXmlId=<pluginXmlId>
or
https://plugins.jetbrains.com/plugin/developers?pluginId=<pluginId>
Where
-
pluginXmlId is specified as a Plugin XML ID parameter on the right of the plugin's individual update page and in the plugin.xml;
-
pluginId is a numeric ID of the plugin, can be retrieved from the plugin repository URL. e.g. Scala plugin ID is 1347.
e.g. for Scala Plugin:
https://plugins.jetbrains.com/plugin/developers?pluginXmlId=org.intellij.scala or https://plugins.jetbrains.com/plugin/developers?pluginId=1347