class Github::GitData

def commits

Access to GitData::Commits API
def commits
  @commits ||= ApiFactory.new 'GitData::Commits'
end