rundeck-ruby icon indicating copy to clipboard operation
rundeck-ruby copied to clipboard

Multiple objects won't have proper endpoint

Open dblessing opened this issue 11 years ago • 0 comments

If a user instantiates multiple client objects the base_uri won't be set correctly because it's a class method. See https://github.com/dblessing/rundeck-ruby/blob/master/lib/rundeck/request.rb#L58

HTTParty doesn't support setting this another way. We will have to manage the endpoint differently, maybe as part of the get, post, etc methods.

dblessing avatar Dec 17 '14 22:12 dblessing