Closed
Description
Proposal:
Add cloud.json contract client so we can use all APIs
Current behavior:
Bucket Schemas api is not available
Desired behavior:
I can from influxdb_client import InfluxDBClientCloud as InfluxDBClient
to activate all needed apis.
Alternatives considered:
pip install requests
Use case:
We are working in Vonage over feature that involves Explicit Bucket Schemas. We want to automate their management and we are using python influxdb client. Currently only oss.json contract is parsed and added so we have to use plain requests to maintain this and it's cumbersome.