huboard / ghee

This is an unofficial ruby client for the Github API. The end goal is a complete, simple, and intuitive ruby API for all things Github.
http://documentup.com/huboard/ghee
MIT License
161 stars 51 forks source link

Implements and tests passing blocks for requests on `ResourceProxy.all` #40

Closed discorick closed 8 years ago

discorick commented 8 years ago

Allows request headers to be modified on ResourceProxy.all:

gh.issues().all do |req|
  req.headers["Accept"] = "fancyheader"
end
dahlbyk commented 8 years ago

Seems legit :shipit:

rauhryan commented 8 years ago

merged and gem released