yet another github api refactoring
authorMichael Wallner <mike@php.net>
Wed, 13 May 2015 08:18:12 +0000 (10:18 +0200)
committerMichael Wallner <mike@php.net>
Wed, 13 May 2015 08:18:12 +0000 (10:18 +0200)
commit36cfa28cf2dcee3422f0231f91c6692eb28e7824
tree3e241574506d6c83883e3442324b7172e1450ff2
parent77b6c7f9f75740e15d745d34e7263111a73391a8
yet another github api refactoring
29 files changed:
app/Controller/Github.php
app/Controller/Github/Callback.php
app/Controller/Github/Hook/Receive.php
app/Controller/Github/Index.php
app/Controller/Github/Repo.php
app/Controller/Github/RepoHook.php
app/Github/API.php
app/Github/API/Call.php
app/Github/API/Callback.php [new file with mode: 0644]
app/Github/API/Hooks/CreateHook.php
app/Github/API/Hooks/HooksCallback.php [new file with mode: 0644]
app/Github/API/Hooks/ListHooks.php
app/Github/API/Hooks/UpdateHook.php
app/Github/API/Releases/CreateRelease.php
app/Github/API/Releases/CreateReleaseAsset.php
app/Github/API/Releases/ListReleaseAssets.php
app/Github/API/Releases/ListReleases.php
app/Github/API/Repos/ContentsCallback.php [new file with mode: 0644]
app/Github/API/Repos/ListRepos.php
app/Github/API/Repos/ReadContents.php
app/Github/API/Repos/ReadRepo.php
app/Github/API/Repos/ReleasesCallback.php [new file with mode: 0644]
app/Github/API/Repos/RepoCallback.php [new file with mode: 0644]
app/Github/API/Repos/ReposCallback.php [new file with mode: 0644]
app/Github/API/Tags/ListTags.php
app/Github/API/Tags/TagsCallback.php [new file with mode: 0644]
app/Github/API/Users/ReadAuthToken.php
app/Github/API/Users/ReadAuthUser.php
app/views/github/repo.phtml