Skip to content

Instantly share code, notes, and snippets.

@nathanclevenger
Last active October 2, 2022 18:47
Show Gist options
  • Save nathanclevenger/03e2a28ca5f6e21d0df4c7f639187b0b to your computer and use it in GitHub Desktop.
Save nathanclevenger/03e2a28ca5f6e21d0df4c7f639187b0b to your computer and use it in GitHub Desktop.
GitHub Gist API
import { Octokit } = from 'https://pkg.do/@octokit/rest'
export default {
fetch: async (req, env) => {
octokit.rest.gists.get({ gist_id: '03e2a28ca5f6e21d0df4c7f639187b0b' })
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment