IntelliJ Platform SDK DevGuide

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?xmlId=<pluginXmlId>

or

https://plugins.jetbrains.com/plugin/developers?pluginId=<pluginId>

哪里

  • ** pluginXmlId *被指定为插件的单个更新页面右侧和plugin.xml中的 Plugin XML ID *参数;

  • ** pluginId *是插件的数字ID,可以从插件存储库URL中检索. 例如 Scala插件ID为 1347 *.

例如 Scala插件:

https://plugins.jetbrains.com/plugin/developers?xmlId=org.intellij.scala

要么

https://plugins.jetbrains.com/plugin/developers?pluginId=1347

Last modified: 28 August 2019