CodeIgniter Forums
New Code: GitHub API Starter for CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: New Code: GitHub API Starter for CodeIgniter (/showthread.php?tid=58426)



New Code: GitHub API Starter for CodeIgniter - El Forum - 06-11-2013

[eluser]envysea[/eluser]
Hello everyone!
This is one of the last projects I wanted to open-source before I start spending a lot more time with Laravel. All it is, is an OAuth starter for the GitHub API. It also, supports many of the cool little calls it has like create a gist, create a repo, etc. I tried to be clear in the README for how it works, but the library is very simple and straight-forward anyway.

Demo - http://github-api-library-for-codeigniter.scotch.io/index.php/secure
Source - https://github.com/scotch-io/Github-API-Library-For-CodeIgniter

Let me know what you all think. Open issues and send pull requests. Thanks guys.