107 Commits (ed33550bbf49ddffcc36e1309d3f58ed0b6c2305)

Author SHA1 Message Date
  Timothée Peignier 93d3f73032 Add support for integrations service 9 years ago
  Dmitri Shuralyov 59307ef6be Add and detect AbuseRateLimitError. 9 years ago
  Glenn Lewis 3e246d2999 Add support for new Projects Preview API 9 years ago
  Yumikiyo Osanai a32b73b3f7 Update RateLimits comment 9 years ago
  Fabrice 8c8666ed5c Add support for Repository Traffic API 9 years ago
  Juan Basso a27d03e799
Fixed typo and removed unused vars 10 years ago
  Juan Basso 331e3f6190
Fixing some lint issues 10 years ago
  Dmitri Shuralyov b5e5babef3 Set Content-Type to "application/json" for request bodies 10 years ago
  Huy Tr 769837dee3 Add Request a Page Build API 10 years ago
  Dmitri Shuralyov 6675b39766 Don't use Header.Add where Header.Set is sufficient. 10 years ago
  Glenn Lewis dc287189c0 Stop using custom media type for Multiple Assignees. 10 years ago
  Dmitri Shuralyov 136ef5cdab Put sync.Mutex on top of variables it protects. 10 years ago
  Matthew Dempsky 8808be6605 Avoid unnecessary FooService allocations 10 years ago
  Billy Lynch 087a452730 add support for OAuth Grant Authorizations API 10 years ago
  Dmitri Shuralyov c31236d1f3 Remove issue locking/unlocking preview media type. 10 years ago
  Glenn Lewis 5c1b3a05b4 add support for new repository invitations 10 years ago
  Glenn Lewis 4ea1b10b74 replace []Issue with []*Issue and for other large structs as well 10 years ago
  Glenn Lewis b240c2dfee add support for Issue Timeline API 10 years ago
  Glenn Lewis 0237c55854 add support for multiple issue assignees 10 years ago
  Hanno Hecker d2e7389fc1 add Message field for "custom" errors 10 years ago
  Glenn Lewis a6edb1171a add support for git signing API methods 10 years ago
  Garrett Squire 796cdb74b6 Add squashing capability to the pull request merge function. 10 years ago
  Glenn Lewis 8e80839766 remove org permission content type 10 years ago
  Glenn Lewis 09a37d57ac add support for Reactions API 10 years ago
  Will Norris a68a8707f3 Add support for the Source Import API 10 years ago
  Dmitri Shuralyov 4c532303a6 Simplify Bool, Int, String helpers. 10 years ago
  Dmitri Shuralyov 491489e7d7 Fix Int helper documentation. 10 years ago
  Dmitri Shuralyov 13c2701463 Deprecate Client.Rate() method in favor of Response.Rate. 10 years ago
  Dmitri Shuralyov b07f95ef93 Predict *RateLimitError, return immediately without network call. 10 years ago
  Dmitri Shuralyov bbe5f62e3f Keep track of all rate limits in client. 10 years ago
  Glenn Lewis 576fece59c change custom accept header for support of commit reference SHA-1 API 10 years ago
  Glenn Lewis b5479d6bf2 add support for Deployment and DeploymentStatus API enhancements 10 years ago
  sona-tar 68828ce43f Support OAuth Authrization API. 10 years ago
  Will Norris e85183c247 limit draining up to 512 bytes from response.Body 10 years ago
  Filippo Valsorda e0ff7111b0 Drain Response.Body to enable TCP/TLS connection reuse (4x speedup) 10 years ago
  Glenn Lewis 111e26bce5 Add support for Migrations API 10 years ago
  Glenn Lewis a4d01b49cb change DownloadReleaseAsset API to additionally return a redirectURL 10 years ago
  Glenn Lewis add6dcc234 Add support for 451 status code 10 years ago
  Glenn Lewis 9674b3e1b8 go-github: add support for commit reference SHA-1 method 10 years ago
  Glenn Lewis ac77c93f2b go-github: add support for issue locking / unlocking 10 years ago
  Dmitri Shuralyov 39d75606a4 Document specific errors returned by CheckResponse. 10 years ago
  Dmitri Shuralyov c3f5683ad1 Add RateLimitError type, detect and return it when appropriate. 10 years ago
  Dmitri Shuralyov 121939088e Minor Rate, RateLimits documentation fixes. 10 years ago
  Will Norris 1ef1ae6f86 add StatusUnprocessableEntity constant 10 years ago
  saisi 237a9a4c5f Fixed a couple of typos in comments 10 years ago
  Björn Häuser a42758ca56 Add initial support for protected branches 10 years ago
  Will Norris 8f3e741cad add support for HTTP Basic Authentication 10 years ago
  Maksim Zhylinski c9c9f3beea ignore EOF error when json decoding empty response 10 years ago
  Dmitri Shuralyov e5099d7537 Fix data race surrounding Client.Rate. 10 years ago
  Yicheng Qin 3ec5f1a72f update repos example to use RateLimits 10 years ago