github icon indicating copy to clipboard operation
github copied to clipboard

Ruby interface to GitHub API

Results 30 github issues
Sort by recently updated
recently updated
newest added

I would like to perform the following search https://api.github.com/search/issues?q=author:geeksilva97+type:pr+created:2021-02-14. I'm trying to make it using this Gem but I didn't find how to make it. Any idea?

Github is emailing me about the deprecation of using access_token in the URL query parameters. [https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/](https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/) I am using this codes to connect to GitHub: `github = Github.new oauth_token: my_access_token,...

This eliminates an error that the Github service emits about using their deprecated url token authentication mechanism.

The GitHub API allows to change labels description: https://docs.github.com/en/rest/reference/issues#update-a-label

Hello, I'm unsure if this is user error (most likely) but I'm having issues including private repositories in the results of a `repos.list` call. I've tried using different scopes in...

The hashie gem is now up to version 4.1.0, and the dependency specifier in the gemspec file is locked to `~> 3.5`, meaning you can't get to hashie 4.x.

👋 First of all, thanks for the project. ## Issue I saw that the gem doesn't support the deployment statuses: `in_progress` or `queued`. The reason is because instead of sending...

Hello, Just being automating some releases and after successfully uploading the asset related to a release the file seems to be corrupt (is not possible to untar/unzip it the file...

Here is the code I am using to upload. ``` $ echo "uploading asset to release to url : $upload_url" uploading asset to release to url : https://uploads.github.com/repos/zhanghongtong/test-trello/releases/13626806/assets?client_id=559b37ca1dfdad45d224&client_secret=a39a8fd8b5a2ce54eaa07axxxxxxxxxxxxxx $ curl...