GitHub API get repository contributors information

69 Views Asked by At

I use Java 8, and I want to find java library which will allow me to get all repository contributors, it corresponds to that API call: https://developer.github.com/v3/repos/#list-contributors

From that link: https://developer.github.com/libraries/ I have found three most popular libraries for Java, but I can't find library with that method.

May be you can give me advice about what library to choose and how in that library get repository contributors.

0

There are 0 best solutions below