go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.11k stars 5.41k forks source link

Feature Request: add pagination and sort on Issue Comments API #6132

Open meteorlxy opened 5 years ago

meteorlxy commented 5 years ago

Description

I'm developing a project to get/post comments via the issue system.

Hope gitea can support these features (with some info of other platform):

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

6543 commented 4 years ago

@meteorlxy paggination for IssueComments will be in v1.12 look at the demo: https://try.gitea.io/api/swagger#/issue/issueGetRepoComments

lunny commented 4 years ago

So only sort is absent on this issue?

noerw commented 3 years ago