获取某个项目的信息。
GET/v2/projects/:project
获取某个项目的信息。
Request
路径参数
project stringrequired
Possible values: Value must match regular expression [a-z]+
项目标识符。
Example: geyser
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
project_idstring
Possible values: Value must match regular expression [a-z]+
Example:
geyserproject_namestring
Example:
Geyserversionsstring[]
{
"project_id": "geyser",
"project_name": "Geyser",
"versions": [
"string"
]
}