For example, we can get a user without passing an authentication token.
fetchJSON
call (e.g. see Get a user). Here’s a Val that returns a GitHub user object for a given username:
You can fork it and alter it, or just call it directly like this:
You can also do this with octokit.js. Reminder: import npm packages by prepending the package name with npm:
.