meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
773 stars 106 forks source link

feat(api-gitea-v1): add gitea api v1 package #15

Closed meteorlxy closed 4 years ago

meteorlxy commented 5 years ago

Close #7

Related issues of gitea:

Required:

Optional:

6543 commented 4 years ago

@meteorlxy just to mention: gitea support reaction now via API (https://github.com/go-gitea/gitea/pull/9220)

meteorlxy commented 4 years ago

@6543 Thanks for the great work!

However, I found that reactions API always check auth.

If the user does not login, we can get the issues / comments / markdown correctly, but receive a 401 when trying to get reactions:

image

meteorlxy commented 4 years ago

Ready to merge.

The remaining issues migrated to #73