lib/hyperclient/http.rb in hyperclient-0.0.3 vs lib/hyperclient/http.rb in hyperclient-0.0.4
- old
+ new
@@ -27,10 +27,10 @@
authenticate(options[:auth]) if options && options.include?(:auth)
end
# Public: Sends a GET request the the resource url.
#
- # Returns: The response parsed response.
+ # Returns: The parsed response.
def get
self.class.get(url).parsed_response
end
# Public: Sends a POST request the the resource url.