[PR #597] [MERGED] API endpoint for stargazers #15480

Closed
opened 2025-11-02 11:47:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/597
Author: @ethantkoenig
Created: 1/5/2017
Status: Merged
Merged: 1/6/2017
Merged by: @lunny

Base: masterHead: api/stargazers


📝 Commits (1)

  • 81b8275 API endpoint for stargazers

📊 Changes

3 files changed (+32 additions, -6 deletions)

View changed files

📝 models/star.go (+6 -6)
📝 routers/api/v1/api.go (+1 -0)
routers/api/v1/repo/star.go (+25 -0)

📄 Description

Add the following endpoint:

  • GET repos/:owner/:reponame/stargazer: list a repo's stargazers.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/597 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 1/5/2017 **Status:** ✅ Merged **Merged:** 1/6/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `api/stargazers` --- ### 📝 Commits (1) - [`81b8275`](https://github.com/go-gitea/gitea/commit/81b82755841d92eea42cd27eddfbbfc760ecf2de) API endpoint for stargazers ### 📊 Changes **3 files changed** (+32 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/star.go` (+6 -6) 📝 `routers/api/v1/api.go` (+1 -0) ➕ `routers/api/v1/repo/star.go` (+25 -0) </details> ### 📄 Description Add the following endpoint: - `GET repos/:owner/:reponame/stargazer`: list a repo's stargazers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:47:30 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15480