watson-ruby
watson-ruby copied to clipboard
Returning hash of json + response the right thing to do? [lib/watson/remote.rb]
filename : lib/watson/remote.rb line # : 114 tag : review md5 : bef78382fa6b9e5bcb435fac0a62189c
# [review] - Returning hash of json + response the right thing to do?
# return {:json => _json, :resp => _resp}
return _json, _resp
end
end
end
end