lib/bearcat/client/accounts.rb in bearcat-1.0.21 vs lib/bearcat/client/accounts.rb in bearcat-1.0.22

- old
+ new

@@ -16,8 +16,12 @@ def account_admins(account, params = {}) get("/api/v1/accounts/#{account}/admins", params) end + def account_roles(account, params = {}) + get("/api/v1/accounts/#{account}/roles", params) + end + end end end