Method: Github::API.user_repos
- Defined in:
- lib/gitget/github_api.rb
.user_repos(username) ⇒ Object
48 49 50 51 |
# File 'lib/gitget/github_api.rb', line 48 def self.user_repos(username) route = '/users/' + username + '/repos' github_api_get(route) end |