refactored 80%
authorMichael Wallner <mike@php.net>
Tue, 9 Jun 2015 11:11:35 +0000 (13:11 +0200)
committerMichael Wallner <mike@php.net>
Tue, 9 Jun 2015 11:11:35 +0000 (13:11 +0200)
commit2198c781a021d85ee845f2f4b2f5c322f73e6bd5
treea97390827a4b74eb16d4d72681bf929ce638eb2b
parentc05a8f703d5a097355b5813154c264c87e3f71fe
refactored 80%
19 files changed:
app/Controller/Github/Callback.php
app/Controller/Github/Index.php
app/Controller/Github/Repo.php
app/Github/API.php
app/Github/API/Call.php
app/Github/API/Callback.php
app/Github/API/Hooks/HooksCallback.php
app/Github/API/Hooks/ListHooks.php
app/Github/API/Releases/ListReleaseAssets.php
app/Github/API/Releases/ListReleases.php
app/Github/API/Repos/ContentsCallback.php
app/Github/API/Repos/ListRepos.php
app/Github/API/Repos/ReadContents.php
app/Github/API/Repos/ReadRepo.php
app/Github/API/Repos/ReleasesCallback.php
app/Github/API/Repos/RepoCallback.php
app/Github/API/Repos/ReposCallback.php
app/Github/API/Tags/ListTags.php
app/Github/API/Tags/TagsCallback.php