githubot icon indicating copy to clipboard operation
githubot copied to clipboard

Github API access, tailored for Hubot

Results 7 githubot issues
Sort by recently updated
recently updated
newest added

https://github.com/iangreenleaf/githubot/blob/afc9326f76c8e9f6c8401ffde6c649143627463b/src/githubot.coffee#L80 DELETE requests should support data as github expects data with some DELETE requests (https://developer.github.com/v3/repos/branches/#remove-required-status-checks-of-protected-branch)

Some results for github's API are returned paginated (i.e. when more than 30 results in a public repo: https://developer.github.com/v3/guides/traversing-with-pagination/#basics-of-pagination). The pagination links are returned in a header like this: ```...

Hi, githubot supports GitHub Enterprise (through changing the base URL). But when I try to use it in my GHE, the server responses with a 302 redirects, which fails githubot...

I'd like to centralize commit formatting between Hubot scripts, and this seemed like an appropriate place. I've stubbed this out, but the tests are currently failing and I haven't had...

Use environment variable `HUBOT_GITHUB_SELF_SIGNED_CERT`. Set to false by default.

I need to gain access to the link header from my request that I've sent to github. I've done a quick fix for this by changing this chunk of code...

In addition to the custom media type to specify API version, some methods support a (raw, full, etc): https://developer.github.com/v3/media/ It'd be useful to be able to specify these per-request. I'm...