influxdb/cmd
Jonathan A. Sternberg 6f61c0ea4a Add POST /query endpoint and warning messages for using GET with write operations
In order to follow REST a bit more carefully, all write operations
should go through a POST in the future. We still allow read operations
through either GET or POST (similar to the Graphite /render endpoint),
but write operations will trigger a returned warning as part of the JSON
response and will eventually return an error.

Also updates the Golang client libraries to always use POST instead of
GET.

Fixes #6290.
2016-04-29 09:00:23 -04:00
..
influx Fix the CLI not to enter an infinite loop when the liner has an error 2016-04-28 08:35:54 -04:00
influx_inspect Remove TSM reader Keys func 2016-04-27 13:09:52 -06:00
influx_stress rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
influx_tsm Update to conversion tool to work in current versions 2016-03-30 13:26:46 -04:00
influxd Add POST /query endpoint and warning messages for using GET with write operations 2016-04-29 09:00:23 -04:00