class Github::Client

def git_data(options = {})

(branch heads and tags).
to your Git database on GitHub and to list and update your references
The Git Database API gives you access to read and write raw Git objects
def git_data(options = {})
  @git_data ||= ApiFactory.new 'GitData', options
end