gitpoint / git-point

GitHub in your pocket :iphone:
https://gitpoint.co/
MIT License
4.72k stars 791 forks source link

Add GitHub Enterprise Support #42

Open tlalaux opened 7 years ago

tlalaux commented 7 years ago

Is it possible to add GitHub Enterprise support to the app ? Idea would be to add a GitHub Enterprise sign in button on launch screen in addition to the sign in button that will ask for the GitHub Enterprise URL and so redirect to the GitHub Enterprise url instead of GitHub.com

housseindjirdeh commented 7 years ago

This would be absolutely awesome but definitely need to explore how trivial this can be.

  1. I assume all the APIs provided by GitHub will also be supported for enterprise accounts but I'm not sure.
  2. Is there anything specific with Enterprise that we feel we need to extend in the application? Or will the base APIs be sufficient (assuming 1 is true)

Opening the floor to discussion 💬

tlalaux commented 7 years ago
  1. The only thing is that there is a delay between a feature added to GitHub.com and a feature added to the Enterprise version. Except that, there is no difference except the URL path.
  2. I don't think so.
tlalaux commented 7 years ago

By the way if you want to check, you can ask for a 30 days trial of a GitHub Enterprise instance.

Kamilius commented 6 years ago

Any updates on progress of this one?