• GitHub API, take two

    schacon 17 Apr 2009

    A lot of people were excited about the Issues release yesterday, but many asked for an API for it. Because we love you all and you’re so good to us, we released one for you.

    However, in addition to that, we’re opening up the first release of our whole version 2 API, including Repository, User, Commit, Object and Network APIs, with more (including Gist) on the way soon. We’re still working on it, but if you’re brave of heart, please try it out and let us know if you find any issues.

    What’s even better though is we actually created some documentation for it. If you go to develop.github.com, you’ll see a new set of pages that document all the current functionality of our new API.

    If you have requests or find problems with anything, please enter an issue at the develop website projects issue tracker. Also, if you write anything that uses this new API, let us know so we can add your project to our documentation pages.

  • Comments

    transphorm Fri Apr 17 20:26:20 -0700 2009

    Right on cool!

    grimen Fri Apr 17 21:22:04 -0700 2009

    o_O

    dpetersen Fri Apr 17 23:20:38 -0700 2009

    You guys have been busy.

    j16sdiz Sat Apr 18 00:07:46 -0700 2009

    > A lot of people were excited about the Issues release yesterday, but many asked for an API for it. Because we love you all and you’re so good to us, we released one for you.

    You wrote it late night?

    suitmymind Sat Apr 18 15:42:43 -0700 2009

    Hello,

    I’ve written a script that allows you to migrate your tickets from Lighthouse to Github using the API : http://suitmymind.com/2009/04/18/move-your-tickets-from-lighthouse-to-github/

    The script is surely not perfect, but I hope I can improve it with your feedback.

    Best, Thomas Balthazar.

    jsmits Sun Apr 19 06:15:05 -0700 2009

    I’ve written a script that allows you to easily access the GitHub Issues API from any git working directory from which the origin is hosted on GitHub. You can list issues, add or edit issues, open and close issues, add and remove labels, all from the command-line. You can find it here: http://github.com/jsmits/github-cli/ Regards, Sander Smits

    robinkaarsgaard Sun Apr 19 08:58:24 -0700 2009

    Great work you guys :) Should make it real easy to automate back-up of issues, wiki and what have we.

    fcoury Mon Apr 20 21:21:19 -0700 2009

    My gem is out there too: http://github.com/fcoury/octopi

    Great work!

    suitmymind Tue Apr 21 06:16:47 -0700 2009

    Hey,

    The Github API has been updated, it now allows to add comments to issues.
    I've updated my script. It also specifies the number of attachment of
    the original LH ticket.
    Read here for the list of changes :
    http://suitmymind.com/2009/04/18/move-your-tickets-from-lighthouse-to-github/#update

    Feel free to comment/patch/report issues, ...

    Cheers,
    Thomas.

    aslakhellesoy Thu Apr 23 04:55:44 -0700 2009

    This is getting better and better. Still, I want 3 things before making the switch from Lighthouse:

    • Ability to reply to issue comments via email (I use iPhone mail a lot)
    • Syntax highlighting in GFM (pygments?)
    • Attachments (although gists are probably enough)

    Keep up the fantastic work!

    Please log in to comment.