linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "page1": {
    "project": {
      "projectMilestones": {
        "nodes": [
          {
            "id": "aa11bb22-cc33-4d44-8e55-ff6677889900",
            "name": "M1 — Read path",
            "description": "Get + list + streams.",
            "targetDate": "2026-08-01",
            "sortOrder": 1.0
          },
          {
            "id": "bb22cc33-dd44-4e55-9f66-001122334455",
            "name": "M2 — Write path",
            "description": null,
            "targetDate": null,
            "sortOrder": 2.0
          }
        ],
        "pageInfo": {
          "hasNextPage": true,
          "hasPreviousPage": false,
          "startCursor": "ms-cursor-0",
          "endCursor": "ms-cursor-1"
        }
      }
    }
  },
  "page2": {
    "project": {
      "projectMilestones": {
        "nodes": [
          {
            "id": "cc33dd44-ee55-4f66-a077-112233445566",
            "name": "M3 — Polish",
            "description": "Docs, examples, release.",
            "targetDate": "2026-09-01",
            "sortOrder": 3.0
          }
        ],
        "pageInfo": {
          "hasNextPage": false,
          "hasPreviousPage": true,
          "startCursor": "ms-cursor-1b",
          "endCursor": "ms-cursor-2"
        }
      }
    }
  }
}