92 Commits (07995e49c22dcb1e372c88ff12793b0194433e1c)

Author SHA1 Message Date
  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
  Will Norris 8c3aeee02a update team permissions API for permission preview 11 years ago
  Will Norris e48043c53c remove org permission preview media type 11 years ago
  Panagiotis Moustafellos 4560a73763 typo fix 11 years ago
  Craig Peterson 34bb95064e adding ability to list organization repos 11 years ago
  Ruben Vereecken fbc5be653c Support for updated starring API 11 years ago
  Parker Moore c35517a766 licenses: add support for the OSS licenses API provided by GitHub. 11 years ago
  Parker Moore af9f30e4c3 memberships: remove custom wasp Accept header 11 years ago
  Parker Moore 0aa6dda877 deployments: remove cannonball Accept header 11 years ago
  Will Norris 9f1eec8b7c only redact client_secret, add test for sanitizeURL 11 years ago
  Austin Dizzy c9bf21a1b7 Redact client_id and client_secret from error. 11 years ago
  Will Norris 0aaa85be4f remove remaining references to goauth2 library 11 years ago
  Diego Lapiduz c49175434c Add support for deployment api 11 years ago
  Will Norris eb2a40b4d4 pass nil to http.NewRequest if body is nil 11 years ago
  Will Norris b55688dcf0 set user agent header only if non-empty 11 years ago
  Will Norris 56f6b12f8c update Membership to keep up with latest API changes 11 years ago