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 #265

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. It displays the user's private repos as well when sending the token with the request.

rallisf1 commented 1 year ago

damn me for pushing everything to master. remove this PR. I'll make new branches and make new PRs.