[PR #2915] [MERGED] Page parameter for repo search API #16661

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2915
Author: @ethantkoenig
Created: 11/15/2017
Status: Merged
Merged: 11/15/2017
Merged by: @lunny

Base: masterHead: api/repo_search


📝 Commits (1)

  • 8ea4172 Page parameter for repo search API

📊 Changes

2 files changed (+17 additions, -6 deletions)

View changed files

📝 public/swagger.v1.json (+9 -3)
📝 routers/api/v1/repo/repo.go (+8 -3)

📄 Description

Right now, there is no way to get more than the first 50 repos from the /repos/search API endpoint.

Also makes some tweaks to the endpoint's swagger docs.


🔄 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/2915 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 11/15/2017 **Status:** ✅ Merged **Merged:** 11/15/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `api/repo_search` --- ### 📝 Commits (1) - [`8ea4172`](https://github.com/go-gitea/gitea/commit/8ea417272571518f0663d153bc138532282d3c73) Page parameter for repo search API ### 📊 Changes **2 files changed** (+17 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `public/swagger.v1.json` (+9 -3) 📝 `routers/api/v1/repo/repo.go` (+8 -3) </details> ### 📄 Description Right now, there is no way to get more than the first 50 repos from the `/repos/search` API endpoint. Also makes some tweaks to the endpoint's swagger docs. --- <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 12:15:47 -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#16661