Closed jameswnl closed 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.
connection
base_url
api version
url_path_for_version
closed by https://github.com/ansible/ansible_tower_client_ruby/pull/117
If the
connection
is initialized with abase_url
that hasapi version
in path, thisurl_path_for_version
here will be short circuit and the switch won't work.