influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
724 stars 187 forks source link

Rename `Point` to `Points` #567

Open lilli-nishikawa opened 1 year ago

lilli-nishikawa commented 1 year ago

Proposal: According to Point definition, Point has only one field. However, influxdb-client-python allows Point class to has fields, like so: https://github.com/influxdata/influxdb-client-python/blob/854fc6c9d844ca4ea801529af5e34c4efaed9df2/tests/test_point.py#L71-L94

So, I think that we should rename Point class to Points class.