Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

API Gateway clients don't implement "get_work_request"

Đang mở
#712 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
48/100
Loại issue
Lỗi
Độ rõ ràng
Đặc tả rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
api

Hướng nghiên cứu

Tìm oci.apigateway.DeploymentClientCompositeOperations và oci.apigateway.GatewayClientCompositeOperations, sau đó kiểm tra các lớp client API Gateway nền tảng để tìm những lệnh gọi get_work_request hiện có. Xác minh cách các client tương tự cung cấp khả năng tra cứu work request và triển khai phương thức này trên tất cả client API Gateway. Hoàn tất khi cả hai thao tác delete-and-wait đều có thể truy vấn trạng thái work request mà không phát sinh lỗi thiếu phương thức.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
Python
Star
474
Fork
321
Merge trung bình
23 phút
Pull request đã merge (30 ngày)
4

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của oracle/oci-python-sdk

Tất cả issue của oracle/oci-python-sdk

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.