Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update http_client.rb to fix detect_provider problem #469

Merged

Commits on Feb 28, 2024

  1. Update http_client.rb to fix detect_provider problem

    Detect Provider calls build_query method from Auth.rb instead of http_client.rb. By renaming the private method build_query to build_http_query on http_client.rb the problem is solved.
    atejada committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6356b9b View commit details
    Browse the repository at this point in the history
  2. Add build_http_query to spec

    atejada committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2bbb465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7049bf5 View commit details
    Browse the repository at this point in the history