We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你想添加的新功能
API 获取剧集评论列表(吐槽箱), 最好还能有发送评论
你希望的解决方案
GET /episodes/{episodeId}/comments
POST /episodes/{episodeId}/comments
GET /comments/{commentId}
DELETE /comments/{commentId}
GET /comments/{commentId}/reactions
POST /comments/{commentId}/reactions
同理可增加 /subjects/...
/subjects/...
其他可能的替代方案
开发者自行爬网页, 既麻烦又浪费服务器流量
其他相关信息
在写 app, 现在评论是刚需, 找了一圈没看到有 API 不会 go, 不过相对于去爬网页, 照着现有代码捣鼓一下也不是不能 PR...
The text was updated successfully, but these errors were encountered:
支持剧集评论, 但不幸的是目前 bangumi 没提供评论的 API
5c6b148
see bangumi/server#526
曾有相关PR #170 #188
Sorry, something went wrong.
feat: add API to get individual comments
22ad819
refactor: refactor API routes with bangumi#526
No branches or pull requests
你想添加的新功能
API 获取剧集评论列表(吐槽箱), 最好还能有发送评论
你希望的解决方案
GET /episodes/{episodeId}/comments
返回 pagedPOST /episodes/{episodeId}/comments
GET /comments/{commentId}
返回 detailDELETE /comments/{commentId}
GET /comments/{commentId}/reactions
获取评论的表情POST /comments/{commentId}/reactions
给别人的评论发一个表情同理可增加
/subjects/...
其他可能的替代方案
开发者自行爬网页, 既麻烦又浪费服务器流量
其他相关信息
在写 app, 现在评论是刚需, 找了一圈没看到有 API
不会 go, 不过相对于去爬网页, 照着现有代码捣鼓一下也不是不能 PR...
The text was updated successfully, but these errors were encountered: