ansible / ansible_tower_client_ruby

Ruby gem for the Ansible Tower REST API
https://ansible.com/tower
MIT License
18 stars 41 forks source link

API v1/v2 switch is not effective if base_url already dictates it #114

Closed jameswnl closed 6 years ago

jameswnl commented 6 years ago

If the connection is initialized with a base_url that has api version in path, this url_path_for_version here will be short circuit and the switch won't work.

bdunne commented 6 years ago

closed by https://github.com/ansible/ansible_tower_client_ruby/pull/117