lib/access/api.rb in access-1.0.4 vs lib/access/api.rb in access-1.0.5
- old
+ new
@@ -32,9 +32,14 @@
def find_store(store_id, options = {})
get("/stores/#{store_id}", "offer", options)
end
+ ### auto complete
+ def autocomplete(options = {})
+ get("/autocomplete", "offer", options)
+ end
+
###token
def verify(options = {})
get("/verify", "token", options)
end