You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Proposal:
Some crucial APIs such as
organizations_api
,bucket_api
,tasks_api
andauthorizations_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.
The text was updated successfully, but these errors were encountered: