github icon indicating copy to clipboard operation
github copied to clipboard

:octocat: Async first Github client

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

_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

Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 3.3.1 to 3.4.2. Release notes Sourced from lcobucci/jwt's releases. 3.4.2 Total issues resolved: 1 Total pull requests resolved: 1 Total contributors: 1 Bug 595: Avoid conflicts with...

dependencies

calling `CombinedStatus->statuses()` raises the following error: ``` Fatal error: Uncaught TypeError: Return value of ApiClients\Client\Github\Resource\Repository\Commit\CombinedStatus::statuses() must be an instance of ApiClients\Client\Github\Resource\Repository\Commit\Repository\Commit\Status, array returned in /workdir/vendor/api-clients/github/src/Resource/Repository/Commit/CombinedStatus.php:88 ``` Shouldn't the return type...

Github provides a set of operations, look into using them for code generation of the client: https://github.com/octokit/routes

https://developer.github.com/v3/?#client-errors

You should not create sync client from async client because returned resources are async and their refresh function returns promises instead of resource itself.