hot.dev/linear — Linear API bindings for Hot. Issues, teams, and comments over Linear's GraphQL API, plus raw GraphQL access.
"hot.dev/linear": "0.1.0"
Add this to your deps in hot.hot
Namespaces
| Namespace | Functions | Types | Description |
::linear | 0 | — | Linear API bindings. |
| Namespace | Functions | Types | Description |
::api | 3 | — | Build the Authorization header value: personal API keys (`lin_api_...`) go raw; OAuth tokens (`lin_oauth_...`) get the `Bearer ` prefix, per Linear's docs. |
::issues | 10 | — | List issues. |
::teams | 5 | — | The authenticated user (`{id, name, email}`) — the cheapest way to smoke-test a key. |
::webhooks | 2 | — | Linear webhook verification: HMAC-SHA256 over the raw body, delivered as a hex digest in the `linear-signature` header, plus replay protection via the signed `webhookTimestamp` payload field. |