lib/howitzer/mailgun/client.rb in howitzer-1.0.2 vs lib/howitzer/mailgun/client.rb in howitzer-1.1.0

- old
+ new

@@ -21,10 +21,10 @@ # Generic Mailgun GET Handler # # @param [String] resource_path This is the API resource you wish to interact # with. Be sure to include your domain, where necessary. - # @param [Hash] query_string This should be a standard Hash + # @param [Hash] params This should be a standard Hash for query # containing required parameters for the requested resource. # @return [Mailgun::Response] A Mailgun::Response object. def get(resource_path, params=nil, accept="*/*") http_params = {:accept => accept}