Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#556 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
api

調査の方向性

まず、既存の async API のサーフェスと、issue で言及されている下位レベルの OrganizationsService、BucketsService、TasksService、AuthorizationsService を調査します。利用可能な async API がどのようにインターフェースを公開しているかを比較し、次に一覧にある API への同等の async アクセスを追加して、ユーザーが下位レベルのサービスにフォールバックせずにそれらを利用できることを確認します。

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
Python
スター
792
フォーク
186
平均マージ
3時間 2分
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

influxdata/influxdb-client-python のほかの issue

influxdata/influxdb-client-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。