primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.98k stars 515 forks source link

Get repos with auth #270

Closed rallisf1 closed 1 year ago

rallisf1 commented 1 year ago

Now private repos are listed as well. It's kinda hacky how you fetch the second page, even when there might not be one, and limit it to 200 repos. I'll leave it like that for now.

On another update you should consider using the search endpoint so the field can have autocomplete. Search displays the user's private repos as well when sending the token with the request.

mateomorris commented 1 year ago

Thanks! Yeah search would be good to have in the future.