influxdb-client-python icon indicating copy to clipboard operation
influxdb-client-python copied to clipboard

Implement missing async APIs, especially organizations_api, bucket_api, tasks_api and authorizations_api

Open Sh4pe opened this issue 2 years ago • 0 comments

Proposal: Some crucial APIs such as organizations_api, bucket_api, tasks_api and authorizations_api (among others) are not yet availably as async APIs. They should be available to enable users to go fully async.

Current behavior: For the APIs in the issue title, no async version is available.

Desired behavior: For our use case, we need async versions of the APIs in the issue title.

Alternatives considered: As an alternative, one could use the lower-level services like OrganizationsService, BucketsService etc. However, having the same interface to all aspects of the API would be preferable.

Use case: Users of the async API need access to the full range of InfluxDB APIs.

Sh4pe avatar Jan 30 '23 09:01 Sh4pe