Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync UI from Door43 #269

Open
selvabenz opened this issue Dec 1, 2023 · 2 comments
Open

Sync UI from Door43 #269

selvabenz opened this issue Dec 1, 2023 · 2 comments

Comments

@selvabenz
Copy link

selvabenz commented Dec 1, 2023

image

image

@richmahn
Copy link

richmahn commented Dec 1, 2023

You need to page it properly. Or grab more on the initial call. What does the current API call look like? When I do any repo search API call, it returns over 50: https://git.door43.org/api/v1/repos/search?owner=unfoldingWord

However, without owner=unfoldingWord, I get 300 items, which is the max per call. The header of the response will tell you the total, currently being 34543 for all repos on DCS (https://git.door43.org/api/v1/repos/search):

image

See https://git.door43.org/api/swagger#/repository/search and the page and limit arguments.

@vipinpaul
Copy link
Collaborator

Hello @richmahn, we are using Gitea-react-toolkit for Login and displaying the repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants