Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sh4pe opened this issue Jan 30, 2023 · 0 comments

Comments

@Sh4pe
Copy link

Sh4pe commented Jan 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant