News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Gthub API Issues List
January 11, 2011 @ 09:56:26

Lorna Mitchell has a handy tip for those PHPers out there that use Github and want to pull off the issues from their project's Issues List quickly and easily - use their API (super simple).

I looked around for some export functionality for github but I got a lot of posts complaining it wasn't there. Since I hate applications that take your data and refuse to let you remove it, I was disappointed by this news but further inspection showed that although there might be no "export from github" button, there's an API that more than has it covered.

She gives an example of how to fetch only the currently open issues (the important ones) and pull then back through the API as a JSON message. Her little code snippet uses file_get_contents, but this can obviously be adopted to whatever use you might want. You can find out more about the things you can do with the Github API on the develop.github.com site including features to work with organizations, users, pull requests and gists.

0 comments voice your opinion now!
github api issues json tutorial filegetcontents


blog comments powered by Disqus

Similar Posts

Giorgio Sironi's Blog: HTTP verbs in PHP

ZetaCode.com: PHP GTK tutorial

IBM developerWorks: Create REST applications with the Slim micro-framework

Developer.com: SQLite: The Sensible Database Solution

DeveloperTutorials.com: Create a Facebook Application With PHP


Community Events









Don't see your event here?
Let us know!


functional example introduction language opinion code development release tool object zendframework2 api community composer framework interview unittest podcast testing event

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework