lib/access/api.rb in access-1.0.1 vs lib/access/api.rb in access-1.0.2
- old
+ new
@@ -55,9 +55,15 @@
def usage_other(token, options = {})
get("/usage/#{token}", "report", options)
end
+
+ ###filter
+ def verify_filter(options = {})
+ get("/verify-filter", options)
+ end
+
###member
end
end