Skip to main content
GET
/
api
/
v1
/
plugins
/
{author}
/
{plugin_name}
获取插件详情
curl --request GET \
  --url http://localhost:5300/api/v1/plugins/{author}/{plugin_name} \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "plugin": {}
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

author
string
required
plugin_name
string
required

Response

成功

code
integer
Example:

0

data
object