Skip to main content

Crate lineark_sdk

Crate lineark_sdk 

Source

Re-exports§

pub use client::Client;
pub use error::LinearError;
pub use field_selection::FieldCompatible;
pub use field_selection::GraphQLFields;
pub use pagination::Connection;
pub use pagination::PageInfo;

Modules§

auth
API token resolution.
client
Async Linear API client.
error
Error types for the Linear SDK.
field_selection
Type-driven GraphQL field selection.
generated
Generated types and operations for the Linear GraphQL API.
helpers
HTTP helpers for Linear file operations.
pagination
Cursor-based pagination types.

Derive Macros§

GraphQLFields
Derive GraphQLFields for a struct.