Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 5600cd7

Browse files
author
aviau
committed
Added documentationfor write method
1 parent c48818d commit 5600cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def request(self, url, method='GET', params=None, data=None,
174174
raise InfluxDBClientError(response.content, response.status_code)
175175

176176
def write(self, data):
177+
""" Provided as convenience for influxdb v0.9.0, this may change. """
177178
self.request(
178179
url="write",
179180
method='POST',

0 commit comments

Comments
 (0)