linear-api 0.1.0

Unofficial async Rust client for the Linear GraphQL API (API-key auth)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "issueLabelCreate": {
    "success": true,
    "issueLabel": {
      "id": "9f8e7d6c-5b4a-4c3d-8e2f-4d5e6f7a8b9c",
      "name": "Bug",
      "color": "#BB87FC",
      "description": null,
      "isGroup": false,
      "parent": null,
      "team": {
        "id": "5c9d1a4e-2e6f-4b8a-8c1d-7a6b5c4d3e2f",
        "key": "ENG",
        "name": "Engineering"
      }
    }
  }
}