1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/lib
Andy Brody 5a5914f5c5 Drop backwards-compatibility for Resource.new.
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
2016-05-01 18:21:24 -04:00
..
restclient Drop backwards-compatibility for Resource.new. 2016-05-01 18:21:24 -04:00
rest-client.rb more logical way to require the library. Closes #20 2010-04-15 17:55:36 +02:00
rest_client.rb Merge commit 'technoweenie/multipart_streaming' into prereorg 2009-08-12 12:37:21 -04:00
restclient.rb Validate that proc passed to add_before_exec... 2015-06-09 23:53:09 -07:00