获取项目版本

GET /api/projects/:pluginId/versions/:version

返回具有给定的插件 ID 和给定的版本字符串的项目单项目版本。请注意,没有两个版本在项目中具有相同的版本字符串。

示例输出:

{
    "id": 221,
    "createdAt": "2016-11-07 12:26:35.672",
    "name": "1.0.0",
    "dependencies": [],
    "pluginId": "ore",
    "channel": {
        "name": "Beta",
        "color": "#B400FF"
    },
    "fileSize": 52807
}