Skip to content

Conversation

yuji38kwmt
Copy link
Collaborator

@yuji38kwmt yuji38kwmt commented Mar 28, 2025

execute_http_getstreamなどの引数を渡したいときがあったので、**kwargsを追加しました。

@yuji38kwmt yuji38kwmt changed the title kwargs追加 Wrapper.execute_http_get**kwargsを追加しました。 Mar 28, 2025
@yuji38kwmt yuji38kwmt requested a review from Copilot March 28, 2025 16:38
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for additional keyword arguments to the execute_http_get method so that extra parameters, such as stream, can be provided to the underlying HTTP request handler.

  • Added **kwargs parameter to the execute_http_get method signature.
  • Updated the invocation of _execute_http_request to forward the additional keyword arguments.

@yuji38kwmt yuji38kwmt merged commit ecabea6 into main Mar 28, 2025
8 checks passed
@yuji38kwmt yuji38kwmt deleted the update-wrapper branch March 28, 2025 16:45
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

Successfully merging this pull request may close these issues.

1 participant