mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
5a5914f5c5
Ancient versions of rest-client allowed you to do this: RestClient::Resource.new(url, username, pass) Drop support for this since it was unnecessarily confusing. Instead: RestClient::Resource.new(url, user: username, password: pass) Fixes: #467 |
||
---|---|---|
.. | ||
windows | ||
_lib.rb | ||
abstract_response_spec.rb | ||
exceptions_spec.rb | ||
master_shake.jpg | ||
payload_spec.rb | ||
raw_response_spec.rb | ||
request2_spec.rb | ||
request_spec.rb | ||
resource_spec.rb | ||
response_spec.rb | ||
restclient_spec.rb | ||
utils_spec.rb |