hot.dev/github — GitHub API bindings for Hot. Repos, commits, checks, pull requests and reviews, Actions workflows, logs, artifacts, and search — with token and GitHub App authentication and webhook verification.
"hot.dev/github": "1.0.0"
Add this to your deps in hot.hot
Namespaces
| Namespace | Functions | Types | Description |
::github | 0 | — | GitHub API bindings. |
| Namespace | Functions | Types | Description |
::actions | 25 | — | Build a repository Actions API path, including its leading slash. |
::api | 16 | 2 | |
::app | 4 | — | GitHub App authentication: sign an app JWT with the App's RSA private |
::artifacts | 6 | — | |
::checks | 10 | — | |
::commits | 6 | — | |
::issues | 8 | — | GET /repos/{owner}/{repo}/issues - List issues (GitHub includes PRs; |
::pulls | 16 | — | |
::rate-limit | 1 | — | GET /rate_limit - Current rate-limit budgets by resource, including |
::repos | 10 | — | |
::search | 4 | — | |
::users | 2 | — | GET /user - The authenticated user (login, id, plan). |
::webhooks | 1 | — | GitHub webhook verification: HMAC-SHA256 over the raw body, delivered as `X-Hub-Signature-256: sha256=`. |