2
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove all documentation links per method all together, because all the links are the same now More... over 13 years ago
Release v2.12 More... over 13 years ago
Repo API documentation, added some methods More... over 13 years ago
Change all links to http://develop.github.com/p/[API].html#[API ACTION] to http://develop.github.com/p/[API].html because the #[API ACTION] part is not supported anymore. Maybe we should remove those links, because now they are all the same. More... over 13 years ago
Documentation chances. General introduction and authentication More... over 13 years ago
Improve readme markup More... over 13 years ago
Fix typos in phpDoc More... over 13 years ago
Update credits More... over 13 years ago
Reording, cleaning up and extending of test for Repo API More... over 13 years ago
Reorder arguments of removeRepoCollaborator More... over 13 years ago
Reorder arguments of addRepoCollaborator More... over 13 years ago
Make silly code in setRepoInfo a lot less silly by actually using the availabe features of http_build_query. Thanks to ornicar for pointing out More... over 13 years ago
Repo test extended More... over 13 years ago
Add test for deauthentication More... over 13 years ago
Cope with silly the silly input that the underlying post request for setRepoInfo requires More... over 13 years ago
Missing break; in switch for the authenticationMethod caused the AUTH_HTTP_TOKEN method to fall trough to the old AUTH_URL_TOKEN method More... over 13 years ago
Test for new http basic authentication method. Just for the AUTH_HTTP_TOKEN method, because the AUTH_HTTP_PASSWORD method requires the password of the ornicartest account. More... over 13 years ago
Repo API changes: follow code conventions used More... over 13 years ago
User API: add key management methods More... over 13 years ago
Complete reorder of the methods in the Repo API. The current order is: 1. repository searching methods (listing etc), 2. Repository administration methods (updating, add, deletion, management of deploy keys and collaborators), 3. Things user can do to become involved (watching, unwatching, forking) 4. Extended information methods (tags, branches, watches, network, languages, contributors) More... over 13 years ago
Extend Repo API. It now implements all documented methods. More... over 13 years ago
Fix documentation links in Repo API More... over 13 years ago
Add support for HTTP Authentication, because the old username and token in URL method is deprecated More... over 13 years ago
Be more cautious with GitHub API flood control More... over 13 years ago
Tagging 2.11 More... almost 14 years ago
Merge branch 'master' of git://github.com/bobeagan/php-github-api More... almost 14 years ago
Adding test case for searchLabel method More... almost 14 years ago
Adding searchLabel method More... almost 14 years ago
Adding searchLabel method More... almost 14 years ago
fixing documentation More... almost 14 years ago