hubcaps icon indicating copy to clipboard operation
hubcaps copied to clipboard

a rust interface for github

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

## 💡 Feature description Supporting the GitHub Code Scanning API would allow us to automatically pull security alerts from GitHub and perform actions on those results. https://docs.github.com/en/enterprise-cloud@latest/rest/code-scanning#list-code-scanning-alerts-for-a-repository #### 💻 Basic...

enhancement

Return streams of gists, allowing traversing all of the gists that belong to a user or match the given `GistListOptions` ## What did you implement: Extend the `UserGists`, `Gists` impls...

## 🐛 Bug description Structs in hubcaps do not implement clone ## 🤔 Expected Behavior Structs in Rust should always implement clone hubcaps version: `0.6.0`

bug

Hi, I've been interested to use hubcaps in my project, but since it uses tokio v1.17, while the current published version on crates.io uses v0.2, hubcaps won't work properly. I...

## 🐛 Bug description Serde deserialization fails while listing all pull requests. This is very likely a wrong type in the `Pull` struct, but I haven't managed to find out...

bug

## 🐛 Bug description `thread 'main' panicked at 'removal index (is 0) should be < len (is 0)'` ``` thread 'main' panicked at 'removal index (is 0) should be <...

bug

## 🐛 Bug description In a project using both hyper 0.14 and hubcaps together we hit an version conflict. The culprit is in the usage of `hyperx` and its overly...

bug

## 🐛 Bug description I'd like to list some pull request on a repository but it fails with the following error: "missing field `merged` at line 1 column 16964" ####...

bug

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies