lib/powertrack/streaming/api.rb in powertrack-1.2.0 vs lib/powertrack/streaming/api.rb in powertrack-1.3.0
- old
+ new
@@ -19,18 +19,20 @@
end
# Removes the specified rules from the stream.
#
# <tt>DELETE /rules</tt>
+ # <tt>POST /rules?method=_delete</tt>
#
# See http://support.gnip.com/apis/powertrack/api_reference.html#DeleteRules
def delete_rules(*rules)
raise NotImplementedError
end
# Removes the specified rule from the stream.
#
# <tt>DELETE /rules</tt>
+ # <tt>POST /rules?method=_delete</tt>
#
# See http://support.gnip.com/apis/powertrack/api_reference.html#DeleteRules
def delete_rule(rule)
delete_rules(rule)
end