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.