class Github::Client

def gists(options = {})

def gists(options = {})
  @gists ||= ApiFactory.new 'Gists', options
end