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
{
  "team": {
    "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
  }
}