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

Authorizations

X-API-Key
string
header
required

Path Parameters

author
string
required
plugin_name
string
required

Response

200 - application/json

成功

code
integer
Example:

0

data
object