linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
{
  "projectStatuses": {
    "nodes": [
      {
        "id": "11111111-1111-4111-8111-111111111111",
        "name": "Backlog",
        "type": "backlog"
      },
      {
        "id": "22222222-2222-4222-8222-222222222222",
        "name": "Planned",
        "type": "planned"
      },
      {
        "id": "33333333-3333-4333-8333-333333333333",
        "name": "In Progress",
        "type": "started"
      },
      {
        "id": "44444444-4444-4444-8444-444444444444",
        "name": "Paused",
        "type": "paused"
      },
      {
        "id": "55555555-5555-4555-8555-555555555555",
        "name": "Done",
        "type": "completed"
      },
      {
        "id": "66666666-6666-4666-8666-666666666666",
        "name": "Canceled",
        "type": "canceled"
      },
      {
        "id": "77777777-7777-4777-8777-777777777777",
        "name": "From The Future",
        "type": "futureType"
      }
    ]
  }
}