Module: Lono::Api::Repos

Included in:
Client
Defined in:
lib/lono/api/repos.rb

Instance Method Summary collapse

Instance Method Details

#repos(type) ⇒ Object



3
4
5
6
# File 'lib/lono/api/repos.rb', line 3

def repos(type)
  res = http.get("repos?type=#{type}")
  load_json(res)
end