clib icon indicating copy to clipboard operation
clib copied to clipboard

Use GitHub Contents API

Open jwerle opened this issue 3 years ago • 0 comments

Currently, we make requests to raw.githubusercontent.com which fails to work with private repositories as the [email protected] scheme no longer works. PATs do not seem to work as a query string ?token=.

The solution appears to be in the GitHub Contents API with the usage basic auth

jwerle avatar Apr 21 '22 14:04 jwerle