lib/bearcat/client/accounts.rb in bearcat-0.9.12 vs lib/bearcat/client/accounts.rb in bearcat-0.9.13

- old
+ new

@@ -4,8 +4,12 @@ def account(account) get("/api/v1/accounts/#{account}") end + def terms(account, params = {}) + get("/api/v1/accounts/#{account}/terms") + end + end end end