how to get all databases use http api from influxdb in v0.8?
but I can use this query in v0.9:
curl -G http://localhost:8086/query --data-urlencode "u=todd" \
--data-urlencode "p=influxdb4ever" --data-urlencode "q=SHOW DATABASES"
I can't get any info on influxdb.com
thx