huy-nguyen / gatsby-remark-github

GatsbyJS plugin to replace links to GitHub files in Markdown files with the actual content of those files
5 stars 3 forks source link

Feature Request: Use without a token #13

Open alexfornuto opened 5 years ago

alexfornuto commented 5 years ago

Originally posted here, but this is the plugin I'm ultimately using for my Gatsby site.

I'm using this plugin to load config files into documentation built on Gatsby. For external contributors, it would be nice if they didn't have to generate a token to use. The GitHub API allows access to public repos without a key (although I understand it's rate-limited).