3.0.3 • Published 8 years ago

json_dataset_tool v3.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

3.0.2

8 years ago

2.0.3

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

0.1.0

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago