things3-cloud 0.8.1

Command-line client for Things 3 using the Things Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```trycmd
$ run.sh things3 --today-ts 1699920000 delete A7h5eCi24RvAWKC3Hv3muf
× Deleted Alpha  A7h5eCi24RvAWKC3Hv3muf
{
  "ancestor_index": 0,
  "changes": {
    "A7h5eCi24RvAWKC3Hv3muf": {
      "e": "Task6",
      "p": {},
      "t": 2
    }
  }
}

```