Get a plugin
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/plugins/{npmName}
Plugins
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/plugins/'
Response Response Example
200 - Example 1
{
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"enabled": true,
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-auth-ldap",
"latestVersion": "0.0.3",
"name": "peertube-plugin-auth-ldap",
"peertubeEngine": "2.2.0",
"settings": {},
"type": 1,
"uninstalled": true,
"updatedAt": "2019-08-24T14:15:22Z",
"version": "0.0.1"
}
Request
Path Params
npmName
stringÂ
required
Responses
Modified at 2022-09-10 22:29:49