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

Returning hash of json + response the right thing to do? [lib/watson/remote.rb]

Open nhmood opened this issue 11 years ago • 0 comments

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

nhmood avatar Nov 21 '13 16:11 nhmood