Gh Got Versions Save

Convenience wrapper for Got to interact with the GitHub API

v10.0.0

1 year ago

Breaking

  • Require Node.js 14 24abafe
  • Upgrade to Got 12 24abafe
  • This package is now pure ESM. Please read this.
  • While it was never documented as being supported, you can no longer use a leading slash because of a bug in Got: ghGot('/users')ghGot('users')

https://github.com/sindresorhus/gh-got/compare/v9.0.0...v10.0.0

v9.0.0

4 years ago

Breaking

  • Require Node.js 10 5c4a263
  • Update to Got 10 (#38) e17687a This includes support for pagination and improved performance.

https://github.com/sindresorhus/gh-got/compare/v8.1.0...v9.0.0

v8.1.0

5 years ago
  • Add .rateLimit property to responses and errors (#34) 6c418ab

v8.0.0

5 years ago

This upgrades Got to v9, which brings a lot of great features. See its release notes for more.

  • Requires Node.js 8.
  • The endpoint option was renamed to baseUrl.