Skip to content

Library for producing java data model classes from the Github API + a terminal program that displays them

License

Notifications You must be signed in to change notification settings

jfcameron/GitHubGet

Repository files navigation

Desc: A library for producing java datamodels from github api calls and a small application demoing it.

Library: produces classes and collections of classes that model github api v3 json response data. URL data (e.g: repository.issues) is fetched at user access time (aRepo.getIssues()) and its results are simply presented as more data (for (final Issue issue : aRepo.getIssues()) System.out.println(issue.getTitle());) Currently not all response types are modelled. Currently not all fields are modelled.

Root: Given a github account, print data about all non-fork repos (language, topic, issue and issue data), then aggregate and print language and topic data.

About

Library for producing java data model classes from the Github API + a terminal program that displays them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages