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

API Gateway clients don't implement "get_work_request"

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
python
領域
api

調査の方向性

oci.apigateway.DeploymentClientCompositeOperations と oci.apigateway.GatewayClientCompositeOperations を特定し、次に基盤となる API Gateway クライアントクラスを調べて、既存の get_work_request 呼び出しを確認します。同等のクライアントが work request の検索をどのように公開しているかを確認し、すべての API Gateway クライアントにこのメソッドを実装します。両方の delete-and-wait 操作で、メソッドが存在しないというエラーを発生させずに work request のステータスを問い合わせられれば完了です。

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

説明

API Gateway

I need to oci.apigateway.DeploymentClientCompositeOperations.delete_deployment_and_wait_for_state and oci.apigateway.GatewayClientCompositeOperations.delete_gateway_and_wait_for_state to delete deployments from API Gateway and the API Gateway itself.

Unfortunately in both classes error occurs in when querying for work request status, since within underlying clients the method get_work_request is not implemented.

You can find the instruction self.client.get_work_request(wait_for_resource_id) multiple times within oci.apigateway.DeploymentClientCompositeOperations and oci.apigateway.GatewayClientCompositeOperations classes.

Please implement method get_work_request in all API Gateway clients.

The SDK version I'm using is 2.137.

主要言語
Python
スター
474
フォーク
321
平均マージ
23分
マージ済み PR(30日)
4

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

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

はじめの一歩

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

oracle/oci-python-sdk のほかの issue

oracle/oci-python-sdk の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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