Michael H.

Results 4 issues of Michael H.

I looked at the documentation in the README on how the library handles pagination (https://github.com/philschatz/octokat.js#paged-results), and based on that documentation it seems like the only way you can traverse through...

The last two releases ([`v0.6.0-0`](https://github.com/philschatz/octokat.js/releases/tag/v0.6.0-0) & [`v0.5.0-0`](https://github.com/philschatz/octokat.js/releases/tag/v0.5.0-0)) are not available via Node.js npm. If you run `npm install octokat`, the version you get is `0.4.18`. In addition, the [octokat node...

I refactored the `getTeams` method in `Organization.js` to use the new `_request` method instead of the deprecated `_requestAllPages` method, and I refactored the associated unit test to use `assetSuccessful` and...

In version 2 of gitsign, the flags `--certificate-oidc-issuer` & `--certificate-identity` are now required to be passed to the `gitsign verify` command to tell gitsign which identity and issuer is expected...