influxdata / influxdata/influxdb-client-python

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

Open
#556 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
793
Forks
186
Avg merge
3h 2m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the existing async API surface and the lower-level OrganizationsService, BucketsService, TasksService, and AuthorizationsService mentioned in the issue. Compare how available async APIs expose their interfaces, then add equivalent async access for the listed APIs and verify that users can use them without falling back to lower-level services.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.