github-api-client icon indicating copy to clipboard operation
github-api-client copied to clipboard

v2+v3 GitHub API Ruby client library

Results 12 github-api-client issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.31 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [json](https://github.com/flori/json) from 1.6.5 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 3.2.1 to 3.2.22.5. Commits - [`e4b0a5f`](https://github.com/rails/rails/commit/e4b0a5f66ebd2b7f29e4f868d2f6b2504df091e6) bumping version - [`c4e0169`](https://github.com/rails/rails/commit/c4e01690620c319ac3f04d213003f8001f33d14b) bumping version - [`ebc3639`](https://github.com/rails/rails/commit/ebc3639139d21eeb8452edb28ce62530cc075198) bumping version - [`1ac2ddb`](https://github.com/rails/rails/commit/1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a) Preparing for 3.2.22.2 release - [`8d86637`](https://github.com/rails/rails/commit/8d86637fb64ae8ae81ab71a286ddba02cc3144a4) bumping version -...

dependencies

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

Bumps [activerecord](https://github.com/rails/rails) from 3.2.1 to 3.2.22.5. Commits - [`e4b0a5f`](https://github.com/rails/rails/commit/e4b0a5f66ebd2b7f29e4f868d2f6b2504df091e6) bumping version - [`fecc67d`](https://github.com/rails/rails/commit/fecc67d5152576eb9d918f6a2b90851e8fd6a23c) Merge branch '3-2-22-3' into 3-2-stable - [`c4e0169`](https://github.com/rails/rails/commit/c4e01690620c319ac3f04d213003f8001f33d14b) bumping version - [`5efc4ec`](https://github.com/rails/rails/commit/5efc4ec4d997cb5f491a7dd79dd94779d08cf80d) Merge branch '3-2-22-3' into 3-2-stable -...

dependencies

Bumps [yard](https://github.com/lsegal/yard) from 0.7.4 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...

dependencies

Hi, I try to use the useful api client. for our case, we implement github enterprise inside firewall, where to make change in order to access internal github enterprise URL...

GitHub supports parameters like `?type=public` so that would be interesting. Maybe Fetchers could scope to provide pretty syntax like ``` Fetchers::User.with(type: 'public').repositories ``` Could use [Ropet](https://github.com/farnoy/ropet), but there's no boolean...

`Repository` and `User` are almost done, so there's need to do more.