github octokit/octokit.rb v4.6.0

latest releases: v8.1.0, v8.0.0, v7.2.0...
7 years ago

Library Changes

#829 Sawyer dependency loosened to support new release 'sawyer', '>= 0.5.3', '~> 0.8.0' Thank you @andrew

Updated Methods

#821

  • #protect_branch required_status_check parameter is no longer required, which makes the method call signature changed. required_status_check can be passed in the options hash.
  • #unprotect_branch returns a boolean value now

New Methods

#820 Projects APIs https://developer.github.com/v3/projects/

#824 Traffic APIs https://developer.github.com/v3/repos/traffic/

  • #top_referrers Get the top 10 referrers over the last 14 days.
  • #top_paths Get the top 10 popular contents over the last 14 days.
  • #views Get the total number of views and breakdown per day or week for the last 14 days.
  • #clones Get the total number of clones and breakdown per day or week for the last 14 days.

Don't miss a new octokit.rb release

NewReleases is sending notifications on new releases.