0

Problem: I want to read files on a particular GITHub repository. With given condition i don't have to clone it.

Explanation: Connect to repository at given URL "https://github.my.company.corp/microsevice/first" with user name and password as given below - myuser and mypwd

My research: I understand that there are several Java API given at this site.

But i could not get any way to connect with a particular repository and read the files.

Any sample will help me a lot on this.

1
  • 1
    There are several samples in the link you provided along with code - where are you having problems with them? Commented May 19, 2016 at 17:37

1 Answer 1

1

I found this: https://github.com/eclipse/egit-github/tree/master/org.eclipse.egit.github.core. In README.md file have a explanation and sample code about how you can authenticate with your GitHub account. I hope that helps you

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.