Tinu

Results 3 comments of Tinu

Changing access modifier would allow adding wrappers around your models and further extension with real getter and setter functionality. I use this library to chain commands and setup repositories with...

> The "rich domain" is quite useful when implementing Webhooks, when for example handling a pull_request opened call, it's much cleaner and straightforward to be able to call `getPullRequest().addLabel()` instead...

The main classes i care about are GHOrganization, GHRepository, GHBranch, GHTeam so far (I'm enumerating this by heart). But the lib lacks enterprise api (ability to create org, delete org,...