Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Added documentationfor write method
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Feb 17, 2015
1 parent c48818d commit 5600cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions influxdb/client.py
Expand Up @@ -174,6 +174,7 @@ def request(self, url, method='GET', params=None, data=None,
raise InfluxDBClientError(response.content, response.status_code)

def write(self, data):
""" Provided as convenience for influxdb v0.9.0, this may change. """
self.request(
url="write",
method='POST',
Expand Down

0 comments on commit 5600cd7

Please sign in to comment.