I am trying to access data of InfluxDB 2.1 from Matlab 2021. There is an API for InfluxDB v1.7: https://github.com/EnricSala/influxdb-matlab but it's not working for InfluxDB v2.1 due to several changes (databases are buckets, use of tokens and so on).
How do I access data of InfluxDB 2.1 in Matlab if I only have the the InfluxDB v 1.7 client. Do I need to upgrade something?