summaryrefslogtreecommitdiff
path: root/lib/github/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow users to disable SSL verification if not connecting to github.comDouglas Barbosa Alexandre2017-08-071-4/+15
* Extrac common timeout to a constant on Github::ClientDouglas Barbosa Alexandre2017-08-071-2/+4
* Fix small typoe on Github::Client#root_endpointDouglas Barbosa Alexandre2017-08-071-1/+1
* Move GitHub root endpoint methods to Github::ClientDouglas Barbosa Alexandre2017-08-071-1/+18
* Set timeout options to the Github::ClientDouglas Barbosa Alexandre2017-04-241-0/+2
* Refactoring Github::RateLimitDouglas Barbosa Alexandre2017-04-241-3/+5
* Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-241-3/+3
* Remove sensitive informationDouglas Barbosa Alexandre2017-04-241-1/+1
* Refactoring Github responseDouglas Barbosa Alexandre2017-04-241-3/+2
* Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre2017-04-241-4/+3
* Add basic client for the GitHub APIDouglas Barbosa Alexandre2017-04-241-0/+21