Get Plugin Details
GET
/api/v1/plugins/{author}/{plugin_name}
Get details of a specific plugin
Authorizations
BearerAuth
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
TypeHTTP (bearer)
Parameters
Path Parameters
author*
Plugin author
Typestring
Requiredplugin_name*
Plugin name
Typestring
RequiredResponses
Success
application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"plugin": {
}
}
}
