Upgrade to Pro — share decks privately, control downloads, hide ads and more …

NORTH AMERICAN Octo Ninja

NORTH AMERICAN Octo Ninja

A Lightning Introduction to GitHub and the GitHub API for the Cal vs. Stanford BigHack 2013

Steven! Ragnarök

April 06, 2013
Tweet

More Decks by Steven! Ragnarök

Other Decks in Programming

Transcript

  1. The GitHub API Almost any action you can perform on

    GitHub.com has an API method for doing so programatically.
  2. The GitHub API The GitHub API is used by developers

    to allow them to work better together.
  3. Getting Started The API uses custom vendor media types in

    JSON. To interact with it, I'm using a live HTTP console implemented in Ruby.