Thank you for being patient! We're working hard on resolving the issue
tento-linear is a Rust SDK for Linear's GraphQL API with pagination helpers
and local script commands.
client::Client owns GraphQL request execution.models contains typed GraphQL response shapes for workspaces, issues,
users, teams, states, projects, cycles, and labels.client.workspaces(), client.issues(), and
client.workspace(id).issues() encapsulate pagination.scripts::scripts exposes local commands for listing workspaces and issues.Callers should use client builders instead of constructing GraphQL strings and pagination cursors in application code. If a new Linear workflow needs data, add a high-level method or builder here and keep the raw GraphQL query close to the model types it returns.
Authentication is a caller concern. The crate accepts tokens but should not own credential storage.