plugin
Get plugin 1
Get a plugin
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Returns data about the plugin.
Available options:
dashboard
, view
, contextMenu
, panel
Available options:
developing
, reviewing
, published
Example:
{
"en": {
"title": "Plugin title",
"description": "Plugin description"
},
"zh": { "title": "插件标题", "description": "插件描述" }
}