Skip to main content

Module client

Module client 

Source
Expand description

Async Linear API client.

The primary entry point for interacting with Linear’s GraphQL API. Construct a Client via Client::from_token, Client::from_env, or Client::from_token_file, then call generated query and mutation methods.

Structs§

Client
The Linear API client.