hot.dev/linear — Linear API bindings for Hot. Issues, teams, and comments over Linear's GraphQL API, plus raw GraphQL access.

Version: 0.1.0

Author: Hot Dev

License: Apache-2.0

Add to your project

"hot.dev/linear": "0.1.0"

Add this to your deps in hot.hot

Namespaces

NamespaceFunctionsTypesDescription
::linear0Linear API bindings.

::linear

NamespaceFunctionsTypesDescription
::api3Build the Authorization header value: personal API keys (`lin_api_...`) go raw; OAuth tokens (`lin_oauth_...`) get the `Bearer ` prefix, per Linear's docs.
::issues10List issues.
::teams5The authenticated user (`{id, name, email}`) — the cheapest way to smoke-test a key.
::webhooks2Linear 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.