Commit Graph

3 Commits (9b920f1cbbfee5b996b5757cd3f855b4a7a72b95)

Author SHA1 Message Date
jeivardan 35223e43e7 fix: Add labels_by_org method
Add get_labels, private method that both labels and labels_by_org share.
Add appropiate tests and example
comment corrections

Signed-off-by: jeivardan <jeivardanvenkatesh@gmail.com>
2021-04-03 16:08:31 +05:30
jeivardan 87502574af fix: Make function names concise and add base path
Replace find_labes with labels
Replace find_labels_by_id with find_labels

Add base_path to test

Signed-off-by: jeivardan <jeivardanvenkatesh@gmail.com>
2021-03-30 17:28:41 +05:30
jeivardan ba5935f0bd feat: Add support for labels API to influxdb_client
List all Labels
Retrieve a label by ID
Create a Label
Update a Label
Delete a Label

Add examples and test
Add necessary models

Signed-off-by: jeivardan <jeivardanvenkatesh@gmail.com>
2021-03-30 07:39:08 +05:30