API DocsAPI Docs
get/api/gallery/{namespace}/list
get/api/gallery/{namespace}/list
获取图库图片列表
Basic Information
Request Method:
get
Request URL:
https://abit.fun/api/gallery/{namespace}/list
Tags:
公用图库
Description
获取指定命名空间下的所有图片列表
Path Parameters
Path Parameters Explanation
Path parameters are variables in the URL path, for example:
https://abit.fun/api/gallery/:namespace/list
Parameter Name | Type | Required | Example Value | Description |
---|---|---|---|---|
namespace | string | Required | example | 图片所属的命名空间 |
Response Example
200成功获取图片列表
{
"success": true,
"message": "string"
}
404命名空间不存在
500