Nikolay Kirsh
ad8b64dea8
fix import block in example
...
remove unused imports
2016-05-14 02:02:41 +05:00
Edd Robinson
44911bc5d8
Use 'latest' alias for links to documentation
...
Includes a fix for #6280
2016-04-11 14:56:53 +01:00
Edd Robinson
10b271968c
Merge pull request #5329 from bIgBV/patch-1
...
Update README.md to include simple error handling.
2016-04-01 12:36:11 +01:00
Bruno Bigras
8657961f81
remove unneeded 'import' in client/README.md
2016-03-22 15:10:34 -04:00
Ross McDonald
51758cff25
Switched 0.9 references to 0.10.
2016-02-11 08:44:45 -06:00
Jason Wilder
2498dd20cc
Merge pull request #5340 from farshidtz/patch-1
...
Updated queryDB func
2016-02-10 14:27:56 -07:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Bhargav
22bfc7cefd
Fix missed error handling case.
2016-01-19 18:09:08 +05:30
Bhargav
d23d515636
Update log statements, markdown spacing.
...
Change log statements to panic on error.
2016-01-19 18:05:30 +05:30
Farshid Tavakolizadeh
1058a669fc
Updated queryDB func
...
The convenience function was ignoring query errors.
2016-01-12 11:50:35 +01:00
Bhargav
822bd72b0f
Update README.md to include simple error handling.
...
Adds clarity to the values returned by specific methods.
2016-01-10 01:43:13 +05:30
Sergey Kamardin
7b3420b258
Also HTTPConfig
2015-11-18 19:54:37 +03:00
Sergey Kamardin
fa0bf6994d
Rename `NewClient` to `NewHTTPClient`
2015-11-18 19:51:58 +03:00
Cameron Sparr
e2db577e0f
Implement a UDP client
...
closes #4647
2015-11-04 14:18:14 -07:00
alanzafame
20dcb881f0
Updated godoc.org link to v2 docs.
2015-10-21 09:06:32 +10:00
samaitra
f9cceb1a53
README client example bug #4488
2015-10-18 14:09:37 +05:30
Cameron Sparr
0c97695d5a
Change godoc to reference client v2
2015-10-15 18:36:29 -06:00
Cameron Sparr
696838a8c2
InfluxDB client v2
...
Closes #4387
2015-10-15 15:53:48 -06:00
nooproblem
d5d2ca4677
Removing deprecated JSON Protocol from README.md
...
The following panic is produced when running the code from the 'Find the last 10 _shapes_ records' section:
panic: interface conversion: interface is string, not json.Number
I have changed the type assertion from type json.Number to type string and amended the log output for the string type.
2015-09-21 19:33:44 +01:00
Nick Robinson
40a18d82a8
Updating imports in README example
...
Updating imports in the README example so that it will compile
2015-08-30 07:51:18 -04:00
Alexander Plutov
c2395d2c17
imported url package
2015-07-30 15:06:43 +07:00
Matthias Luedtke
3896a02fde
Add GoDoc badge at top of Readme for quick access.
2015-07-08 16:25:59 +02:00
Sean Beckett
e6c36d5e44
common batch parameters no longer allowed with line protocol
2015-06-19 11:56:22 -07:00
Alex Davies
a783bbcf0e
Name is now Measurement per issue #2564
2015-06-10 23:44:59 +00:00
ben hockey
9a3c28748c
change timestamp to time
2015-05-11 12:28:47 -05:00
Jari Sukanen
a56ea6f191
client: rename client.Results type to client.Response (issue: #2050 )
...
Rename client.Results to client.Response as it already has Results
property itself. Renaming it to Response makes code look much less
ugly.
2015-04-04 11:43:53 +03:00
Philip O'Toole
6a77a38cf2
Finaly copyedit of client README
2015-03-27 15:29:41 -07:00
derailed
0519d46132
cleaning up
2015-03-27 14:07:49 -06:00
derailed
a6ac28607b
updated the docs/example based on team feedback + added instructions for auth
2015-03-27 14:01:45 -06:00
derailed
5eb3e5fc1a
added godoc examples
2015-03-27 11:28:51 -06:00
derailed
37a0b22df3
Beefed up influx client README
2015-03-27 09:56:00 -06:00
Cory LaNou
18f159ae16
point to godoc
2015-03-09 13:07:50 -06:00
Cory LaNou
abb96535dd
remove more indenting
2015-03-09 09:08:15 -06:00
Cory LaNou
b31ecd89ea
remove indents from readme
2015-03-09 09:08:15 -06:00
Cory LaNou
f1d7b3e200
first pass at documenting library
2015-03-09 09:08:14 -06:00
Cory LaNou
97dc11c96d
more documenting. starting to update readme.
2015-03-09 09:08:14 -06:00
Cory LaNou
bc84193ec1
adding README.md placeholder
2015-01-22 15:08:30 -07:00
Cory LaNou
44d43462cf
removing old client and benchmarks to make space for new client and benchmarks
2015-01-22 15:02:24 -07:00
John Shahid
a915bf5e87
Subtree merged client code
2014-07-14 19:09:26 -04:00