linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "users": {
    "nodes": [
      {
        "id": "9c2c88a6-99d3-4a63-a201-8ee5c7dcc374",
        "name": "Ada Lovelace",
        "displayName": "ada",
        "email": "ada@example.com",
        "active": true,
        "admin": true,
        "guest": false,
        "avatarUrl": "https://public.linear.app/avatars/ada.png",
        "timezone": "Europe/London"
      },
      {
        "id": "4c8d1f3e-2b5a-4d6c-9e0f-7a8b9c0d1e2f",
        "name": "Grace Hopper",
        "displayName": "grace",
        "email": "grace@example.com",
        "active": true,
        "admin": false,
        "guest": false,
        "avatarUrl": null,
        "timezone": null
      }
    ],
    "pageInfo": {
      "hasNextPage": true,
      "hasPreviousPage": false,
      "startCursor": "u-start",
      "endCursor": "cursor-1"
    }
  }
}