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 |
||
---|---|---|
.. | ||
restclient | ||
rest-client.rb | ||
rest_client.rb | ||
restclient.rb |