List repositories accessible to the user access token, filtered by text #50475
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hey
I'm working on some code that gets repositories accessible to an access token
Now i faced an issue that I want to filter the repos by text
the problem i'm facing is that some access tokens have a lot of repos and i am unable to get them all and filter them locally
The ideal solution would be to filter them with the request itself (like is possible in search)
however, i don't see an option to do it using Github API
It seems like a pretty standard thing to do and i wonder if i'm missing something
Beta Was this translation helpful? Give feedback.
All reactions