linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "teams": {
    "nodes": [
      {
        "id": "88888888-8888-4888-8888-888888888888",
        "key": "ENG",
        "name": "Engineering",
        "description": "Product engineering",
        "color": "#5E6AD2",
        "icon": "Zap",
        "private": false,
        "timezone": "America/Sao_Paulo",
        "cyclesEnabled": true,
        "issueEstimationType": "exponential",
        "defaultIssueEstimate": 2
      },
      {
        "id": "8a2b0a58-6a10-4f0f-b0ac-1e9a54a40c1c",
        "key": "OPS",
        "name": "Operations",
        "description": null,
        "color": null,
        "icon": null,
        "private": true,
        "timezone": "Etc/UTC",
        "cyclesEnabled": false,
        "issueEstimationType": "notUsed",
        "defaultIssueEstimate": 1
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "hasPreviousPage": false,
      "startCursor": "t-start",
      "endCursor": "t-end"
    }
  }
}