jenkins_api_client
jenkins_api_client copied to clipboard
Allow full response from `post_data` methods
Currently, any methods that call post_data
always return only the status code due to the handle_exceptions
method not being passed any options.
It would be nice to allow options for what type of response the caller wants or maybe just return the full response object?