pluginsInfo
Gets plugin details by IDs.
Parameters
Name | Type | Description |
---|---|---|
pluginIds | ArrayNonEmptyIfConst | The IDs of the plugins to get information about. |
Example
const { data: pluginsInfo } = await ClassicDevelopApi.pluginsInfo({ pluginIds: [18407509477] });
Example Data
{
"18407509477": {
created: 2024-07-09T10:44:37.523Z,
updated: 2024-07-09T10:44:37.523Z,
name: "PropertyLab [PRE-ALPHA V0.0.0]",
description: "A modernised plugin explorer for Roblox.",
commentsEnabled: false,
versionId: 24376570646,
},
}
Endpoint
GET /v1/plugins