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

There already is support for all Activity features except for the [Events API](https://docs.github.com/en/rest/reference/activity#events). Would be cool to have that as well.

enhancement

Hey! It would be nice if you could publish a new release with the recent commit that allows usage with Tokio 1.0+. The latest version on crates is v0.6.2 and...

bug

## 💡 Feature description The API would be slightly safer to use if IDs (e.g. `CheckRun` IDs were exposed as newtypes, e.g. `CheckRunId`, instead of a raw integer. Would this...

enhancement

## 💡 Feature description I would be willing to perform the change to convert from and get rid of the related cruft as a result. But I wanted to make...

enhancement

## 🐛 Bug description When using file creation and file update I have observed a failure due to the **comment_count** not being returned in the response, this is the error...

bug

Presently `hubcaps` offers these fields regarding watchers, stars, and forks count in `hubcaps::repositories::Repo`: https://github.com/softprops/hubcaps/blob/d2d61ac6540eaae6ebb874c5026ce1d18eeec55f/src/repositories.rs#L515-L517 However, note that for legacy support reasons, `watchers_count` is the count of **stars** as well: ```...

help wanted

## What did you implement: `Pull`'s `merged` field is made optional. Github's API doesn't set this field when all PRs are listed. It is being set when individual PR is...

## 💡 Feature description It would be nice to add a method for listing all installations of the app: https://docs.github.com/en/rest/reference/apps#list-installations-for-the-authenticated-app

enhancement

## 💡 Feature description The current types in this crate were derived from GitHub's documentation and from usage in practice. The combination of these resulted in some guess work. GitHub...

enhancement

## 🐛 Bug description Some Github repo commits don't have a valid author. Example: ```curl https://api.github.com/repos/TNG/ArchUnit/commits/c395bc282b6c52feb0165a1657086d711547829f```. In this case, the API returns `null` for the author field. This cannot be...

bug