3.0.3 • Published 10 years ago

json_dataset_tool v3.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

json_dataset_tool

usage

json_data_tool --api_key <your Geckoboard API key> --id <the Dataset ID> --<option> <file>

where option is one of create, update, or delete.

--delete

Deletes a Dataset.

--create <file>

Creates a Dataset.

Expects a file that defines a Geckoboard Dataset schema, like this:

{
  "buildtime": { "type": "number", "name": "Time in ms of builds" },
  "datetime": { "type": "datetime", "name": "Datetime of build" },
  "app": { "type": "string", "name": "App name" }
}

--update <file>

Replaces the data, or sends for the first time, data to the Dataset

expects a file that supplies a Geckoboard Dataset body, like this:

[
  {
    "buildtime": 100,
    "datetime": "2016-09-09T18:43:55-10:00",
    "app": "supercool"
  }
]
3.0.3

10 years ago

3.0.2

10 years ago

2.0.3

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

0.1.0

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago