java api to get a file content for enterprise github
问题 I tried so hard for a simple line of code that read a file content from enterprise github with oauth token, but could not find a example of such. I tried https://github.com/jcabi/jcabi-github, but it does not support enterprise github?(maybe I am wrong) Now i am trying egit: GitHubClient client = new GitHubClient("enterprise url"); GitHubRequest request = new GitHubRequest(); request.setUri("/readme"); GitHubResponse response = client.get(request); Then what? I only saw a getBody, maybe I