[Feature Request] Allow GET comments reactions without token via API #4567

Closed
opened 2025-11-02 05:54:52 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @meteorlxy on GitHub (Dec 30, 2019).

Description

Related to #9220

Currently, we can:

But we can't GET reactions if we don't pass token (get 401):

Hope the behavior of reactions API can be consistent with the former two APIs.

cc @6543

Originally created by @meteorlxy on GitHub (Dec 30, 2019). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> ## Description Related to #9220 Currently, we can: - GET issues: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues?q=[Vssue]Vssue+Dev - GET comments: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues/1/comments But we can't GET reactions if we don't pass token (get 401): - GET reactions: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues/comments/104283/reactions Hope the behavior of reactions API can be consistent with the former two APIs. cc @6543
GiteaMirror added the type/enhancement label 2025-11-02 05:54:52 -06:00
Author
Owner

@6543 commented on GitHub (Dec 30, 2019):

I'll have a look at it ..
PS: reaction_summary might be helpfull but dont know when this get finished: #9497

@6543 commented on GitHub (Dec 30, 2019): I'll have a look at it .. PS: reaction_summary might be helpfull but dont know when this get finished: #9497
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4567