Skip to content

[Feature Request]: 剧集评论的开放 API #526

@Him188

Description

@Him188

你想添加的新功能

API 获取剧集评论列表(吐槽箱), 最好还能有发送评论

你希望的解决方案

  • GET /episodes/{episodeId}/comments 返回 paged
  • POST /episodes/{episodeId}/comments
  • GET /comments/{commentId} 返回 detail
  • DELETE /comments/{commentId}
  • GET /comments/{commentId}/reactions 获取评论的表情
  • POST /comments/{commentId}/reactions 给别人的评论发一个表情

image

同理可增加 /subjects/...

其他可能的替代方案

开发者自行爬网页, 既麻烦又浪费服务器流量

其他相关信息

在写 app, 现在评论是刚需, 找了一圈没看到有 API
不会 go, 不过相对于去爬网页, 照着现有代码捣鼓一下也不是不能 PR...

Metadata

Metadata

Assignees

No one assigned

    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