lib/api-client/dispatcher/net-http.rb in api-client-2.4.0 vs lib/api-client/dispatcher/net-http.rb in api-client-2.5.0.rc1

- old
+ new

@@ -1,8 +1,8 @@ require 'net/http' require 'api-client/net/http' unless Net::HTTP.new('').respond_to?(:patch) -# ApiClient::Dispatcher provides methods to make requests using the native ruby library 'net/http' +# ApiClient::Dispatcher::NetHttp provides methods to make requests using the native ruby library 'net/http' module ApiClient::Dispatcher::NetHttp # Make a get request and returns it. # # @param [String] url of the api request. # @param [Hash] header attributes of the request. \ No newline at end of file