Github Rest API | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Github Rest API

Can anyone explain how to do this? Thanks

17th Sep 2021, 2:43 PM
Gaffar
Gaffar - avatar
10 Answers
+ 1
Yes I took a course about java . I know basics
17th Sep 2021, 4:26 PM
Gaffar
Gaffar - avatar
18th Sep 2021, 9:30 AM
Tibor Santa
Tibor Santa - avatar
0
You are required to create a command line Java application, which uses GitHub REST API to find: - Most forked public repositories of an organization. (Repository name, fork quantity, public URL and description) - Top contributors of these repositories. (Repository name, username, contribution quantity and user’s follower quantity) The application should take three parameters: - name of the organization, e.g., apache - number of most forked repositories - number of top contributors When executed with parameters above, the application should create two CSV files with columns: - <organization_name>_repos.csv: repo,forks,url,description - <organization_name>_users.csv: repo,username,contributions,followers Notes: - You can access GitHub REST API documentation at https://docs.github.com/en/rest - You are free to use any framework, library, or tool (except for libraries specifically created for GitHub REST API) - Your code should be compatible with JDK 1.8 - Pay attention to necessary programming
17th Sep 2021, 2:47 PM
Gaffar
Gaffar - avatar
0
GitHub is one of the best ways to collaborate on software and discover new projects using Git, the popular Version Control System (VCS). It's safe to say that GitHub is a huge part of the Open Source Software movement that is continually pushing the bounds of technology as we know it by helping developers contribute to more projects and network with other developers. GitHub has also created an awesome API for us to build applications with, and the good news is that it's really easy to get started.
19th Sep 2021, 1:57 PM
Arun Jamson
Arun Jamson - avatar
0
That's right. But can you help with that question ❓
19th Sep 2021, 1:59 PM
Gaffar
Gaffar - avatar
19th Sep 2021, 2:00 PM
Arun Jamson
Arun Jamson - avatar
0
I guess you can help more than this
19th Sep 2021, 2:01 PM
Gaffar
Gaffar - avatar
0
I can pay you if you do this project for me
19th Sep 2021, 2:02 PM
Gaffar
Gaffar - avatar
- 1
Waiting for your help guys :)
17th Sep 2021, 2:47 PM
Gaffar
Gaffar - avatar
- 1
You haven't started the java course. Do you have any knowledge regarding java?
17th Sep 2021, 4:25 PM
Simon Sauter
Simon Sauter - avatar