[DEPRECATION] HTTParty will no longer override `response#nil?`.For more info refer to: https://github.com/jnunemaker/httparty/issues/568
我想我想知道的是,从基本的角度来说,这个警告意味着什么在使用HTTParty gem时,我是否应该从现在起做一些不同的事情呢?
我需要使用Post生成一个值,并在查询和删除中传递该值。该怎么做呢? 是否可以在请求get或delete的def retrieve方法中直接传递变量的值?the same value generated in the var that stores the faker gem and pass both get and delete. require 'HTTParty'require '<