Sha256: b91d458307c3083a5b488516d8cbaa6f624031d2f44f98b2185780da430715f1

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

require './github_org_stats'
gos = Github::Org::Stats::Client.new(access_token: "your token", org_name: "your org")
puts "fetching last week your org commits..."
last_week = gos.summary_commits_all_repo(week: 1)
puts last_week.inspect
puts "fetching this week your org commits..."
this_week = gos.summary_commits_all_repo
puts this_week.inspect

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github-org-stats-0.1.0 sample/sample.rb