Skip to content

[Feature Request] /v0/indices/{index_id}/subjects 是否应该支持返回角色条目? #243

@0And1Story

Description

@0And1Story

如题,Bangumi目录支持角色条目,但不支持通过API获取。

通过 /v0/indices/{index_id} 获得的目录信息中 total 属性是包括角色条目的,而 /v0/indices/{index_id}/subjects 却获取不到角色条目。

// GET /v0/indices/75644
{
    ...
    "total": 40,
    "id": 75644,
    ...
}
// GET /v0/indices/75644/subjects?limit=20&offset=0
{
    "data": [],
    "total": 0,
    "limit": 20,
    "offset": 0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions