Module: Octokit::Client::CommunityProfile
- Included in:
- Octokit::Client
- Defined in:
- lib/octokit/client/community_profile.rb
Overview
Methods for the Community Profile API
Instance Method Summary collapse
-
#community_profile(repo, options = {}) ⇒ Sawyer::Resource
Get community profile metrics for a repository.
Instance Method Details
#community_profile(repo, options = {}) ⇒ Sawyer::Resource
Get community profile metrics for a repository
16 17 18 |
# File 'lib/octokit/client/community_profile.rb', line 16 def community_profile(repo, = {}) get "#{Repository.path repo}/community/profile", end |