volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

Add enterprise GitHub support #180

Closed gdborton closed 10 years ago

gdborton commented 10 years ago

I've looked into this a bit already and the logic would be very similar to the Github resolver with some minor changes.

Things to note for implementation: All API access is over HTTPS, and accessed from the api.github.com domain (or through yourdomain.com/api/v3/ for enterprise). All data is sent and received as JSON.

All enterprise GitHub repositories are private.

May or may not have valid certificates.

jrburke commented 10 years ago

Closing in favor of #181, as that one has a pull request.