Skip to content

An Object Orientated Java library for interacting with GitHub

Notifications You must be signed in to change notification settings

HoBoS-TaCo/GitHobo

Repository files navigation

GitHobo

Build Status

An Object Orientated Java library for interacting with GitHub

GitHobo can be found on my maven server. An instance of a github user can be found by using User user = new User("Username");

An instance of an authenticated github user can be found by using AuthenticatedUser user = new AuthenticatedUser("Username", "Password");

An instance of a github repository can be found by using Repository repository = new Repository("RepositoryOwner", "Repositoryname");

Pretty self explanatory stuff.

About

An Object Orientated Java library for interacting with GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published