Skip to content

simple REST endpoint to proxy (and potentially cache) code from GitHub's API for use from a REST client

Notifications You must be signed in to change notification settings

joshlong-attic/github-code-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

i couldn't figure out an easy way to obtain versions of code on GitHub in branches. I found a few ways that could work that involved sculking through the various JSON payloads to find the response that contained the sha of the file I'm looking for and then i could look for that file by sha, or something, but it all seemed terribly complicated. This is simpler, plus I can introduce caching.

About

simple REST endpoint to proxy (and potentially cache) code from GitHub's API for use from a REST client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages